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

Commit

Permalink
Merge pull request #1540 from korhaliv/fix/wallet-unlock-disable
Browse files Browse the repository at this point in the history
fix(ui): wallet unlocker button disabled state
  • Loading branch information
mrfelton authored Feb 8, 2019
2 parents beac6d0 + e61dc8a commit 0a9e57d
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 0a9e57d

Please sign in to comment.