diff --git a/src/ui/modal/modalPhoneCollection/view.jsx b/src/ui/modal/modalPhoneCollection/view.jsx index 722abfdae..753e4d644 100644 --- a/src/ui/modal/modalPhoneCollection/view.jsx +++ b/src/ui/modal/modalPhoneCollection/view.jsx @@ -5,10 +5,10 @@ import Button from 'component/button'; import UserPhoneVerify from 'component/userPhoneVerify'; import { withRouter } from 'react-router-dom'; -const LazyUserPhoneNew = React.lazy(() => import( - /* webpackChunkName: "userPhoneNew" */ - 'component/userPhoneNew' -)); +const LazyUserPhoneNew = React.lazy(() => + import(/* webpackChunkName: "userPhoneNew" */ + 'component/userPhoneNew') +); type Props = { phone: ?number, @@ -36,8 +36,8 @@ class ModalPhoneCollection extends React.PureComponent { if (!user.phone_number && !phone) { return ( - }> - + }> + ); } else if (!user.phone_number) {