File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/shared/components/Settings/Account/MyAccount Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -391,6 +391,7 @@ export default class MyAccount extends React.Component {
391
391
< div styleName = { `button-verification-email ${ btnVerifiEmailVisible ? 'active' : 'hide' } ` } >
392
392
< PrimaryButton
393
393
styleName = "white-label"
394
+ disabled = { ! newEmail }
394
395
onClick = { this . onSendVerificationEmail }
395
396
>
396
397
Send Verification Email
@@ -399,6 +400,7 @@ export default class MyAccount extends React.Component {
399
400
< div styleName = { `button-verification-again ${ btnVerifiAgainlVisible ? 'active' : 'hide' } ` } >
400
401
< PrimaryButton
401
402
styleName = "white-label"
403
+ disabled = { ! newEmail }
402
404
onClick = { this . onSendVerificationEmail }
403
405
>
404
406
Send Verification Email Again
@@ -468,6 +470,7 @@ export default class MyAccount extends React.Component {
468
470
< div styleName = { `button-verification-email ${ btnVerifiEmailVisible ? 'active' : 'hide' } ` } >
469
471
< PrimaryButton
470
472
styleName = "white-label"
473
+ disabled = { ! newEmail }
471
474
onClick = { this . onSendVerificationEmail }
472
475
>
473
476
Send Verification Email
@@ -476,6 +479,7 @@ export default class MyAccount extends React.Component {
476
479
< div styleName = { `button-verification-again ${ btnVerifiAgainlVisible ? 'active' : 'hide' } ` } >
477
480
< PrimaryButton
478
481
styleName = "white-label"
482
+ disabled = { ! newEmail }
479
483
onClick = { this . onSendVerificationEmail }
480
484
>
481
485
Send Verification Email Again
You can’t perform that action at this time.
0 commit comments