diff --git a/components/settings/password/update.js b/components/settings/password/update.js index 001441b..da3c5d4 100644 --- a/components/settings/password/update.js +++ b/components/settings/password/update.js @@ -61,7 +61,7 @@ export default class ChangePassword extends Component { currentPassword } = this.state const labels = settings.passwordSettings - const isDisabled = currentPassword !== null + const isPasswordSet = currentPassword !== null if (enteringCurrentPassword) { return ( @@ -77,7 +77,11 @@ export default class ChangePassword extends Component { } return ( - )