update GenerateWallet hasDownloadedWalletFile prop type from invalid 'boolean' to valid 'bool' type (#58)

This commit is contained in:
Daniel Ternyak 2017-07-17 20:47:01 -05:00 committed by GitHub
parent e0a52ed0f8
commit 0b72b8ff6a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class GenerateWallet extends Component {
activeStep: PropTypes.string,
wallet: PropTypes.object,
password: PropTypes.string,
hasDownloadedWalletFile: PropTypes.boolean,
hasDownloadedWalletFile: PropTypes.bool,
// Actions
showPasswordGenerateWallet: PropTypes.func,
generateUTCGenerateWallet: PropTypes.func,