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

Commit

Permalink
fix: dom props warning
Browse files Browse the repository at this point in the history
  • Loading branch information
korhaliv committed Jun 6, 2019
1 parent dcd68da commit 7cb260a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renderer/components/Home/WalletUnlocker.js
Expand Up @@ -24,6 +24,7 @@ class WalletUnlocker extends React.Component {
isLightningGrpcActive: PropTypes.bool.isRequired,
isUnlockingWallet: PropTypes.bool,
setUnlockWalletError: PropTypes.func.isRequired,
staticContext: PropTypes.object,
unlockWallet: PropTypes.func.isRequired,
unlockWalletError: PropTypes.string,
wallet: PropTypes.object.isRequired,
Expand Down Expand Up @@ -72,9 +73,9 @@ class WalletUnlocker extends React.Component {
unlockWallet,
unlockWalletError,
wallet,
staticContext,
...rest
} = this.props

return (
<Form
key={`wallet-unlocker-form-${wallet.id}`}
Expand Down

0 comments on commit 7cb260a

Please sign in to comment.