1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fixes #6760, correct PropTypes for nextRoute (#6761)

This commit is contained in:
ryanml 2019-06-27 06:11:16 -07:00 committed by Whymarrh Whitby
parent 3f8c9126fd
commit 59d3a3d312

View File

@ -29,7 +29,7 @@ export default class FirstTimeFlow extends PureComponent {
isInitialized: PropTypes.bool, isInitialized: PropTypes.bool,
isUnlocked: PropTypes.bool, isUnlocked: PropTypes.bool,
unlockAccount: PropTypes.func, unlockAccount: PropTypes.func,
nextRoute: PropTypes.func, nextRoute: PropTypes.string,
} }
state = { state = {