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