aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorryanml <ryanlanese@gmail.com>2019-06-27 21:11:16 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-06-27 21:11:16 +0800
commit59d3a3d312ac32a0aded8fd680634f5e1d739430 (patch)
tree31f6a91b2632afd59a232ef76a8418a0e73059bd
parent3f8c9126fda5251f6ba8cb2e98875bae4ddb8d6d (diff)
downloadtangerine-wallet-browser-59d3a3d312ac32a0aded8fd680634f5e1d739430.tar.gz
tangerine-wallet-browser-59d3a3d312ac32a0aded8fd680634f5e1d739430.tar.zst
tangerine-wallet-browser-59d3a3d312ac32a0aded8fd680634f5e1d739430.zip
Fixes #6760, correct PropTypes for nextRoute (#6761)
-rw-r--r--ui/app/pages/first-time-flow/first-time-flow.component.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/app/pages/first-time-flow/first-time-flow.component.js b/ui/app/pages/first-time-flow/first-time-flow.component.js
index bf6e80ca9..0d206bf42 100644
--- a/ui/app/pages/first-time-flow/first-time-flow.component.js
+++ b/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 = {