From 59d3a3d312ac32a0aded8fd680634f5e1d739430 Mon Sep 17 00:00:00 2001 From: ryanml Date: Thu, 27 Jun 2019 06:11:16 -0700 Subject: [PATCH] Fixes #6760, correct PropTypes for nextRoute (#6761) --- ui/app/pages/first-time-flow/first-time-flow.component.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {