Skip to content

Commit 0e93aa2

Browse files
author
Maksym Mykhailenko
committed
fix: progressive registration for customers
Don't ask business email ref issue #3833
1 parent 19bf7fb commit 0e93aa2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/projects/create/components/FillProjectDetails.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@ const mapStateToProps = ({ settings, loadUser }) => {
327327
!profileSettings.lastName ||
328328
!profileSettings.title ||
329329
!profileSettings.companyName ||
330-
!profileSettings.businessEmail ||
331330
!profileSettings.businessPhone
332331
}
333332

src/projects/create/components/UpdateUserInfo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class UpdateUserInfo extends Component {
6060
isManager={isManager}
6161
showTitle={!isTopcoderUser}
6262
showAvatar={false}
63-
showBusinessEmail={!isTopcoderUser}
63+
showBusinessEmail={false}
6464
showBusinessPhone={!isTopcoderUser}
6565
showCompanyName={!isTopcoderUser}
6666
isRequiredTimeZone={isTopcoderUser}

0 commit comments

Comments
 (0)