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

feature/default_network_editable
ryanml 5 years ago committed by Whymarrh Whitby
parent 3f8c9126fd
commit 59d3a3d312
  1. 2
      ui/app/pages/first-time-flow/first-time-flow.component.js

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

Loading…
Cancel
Save