Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix(ui): wallet unlocker button disabled state
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Feb 8, 2019
1 parent beac6d0 commit e61dc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Home/WalletUnlocker.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class WalletUnlocker extends React.Component {
validateOnChange={formState.invalid}
/>

<Button type="submit" disable={unlockingWallet} processing={unlockingWallet}>
<Button type="submit" disabled={unlockingWallet} processing={unlockingWallet}>
<FormattedMessage {...messages.wallet_unlocker_button_label} />
</Button>
</React.Fragment>
Expand Down

0 comments on commit e61dc8a

Please sign in to comment.