aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/first-time-flow/first-time-flow.container.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pages/first-time-flow/first-time-flow.container.js')
-rw-r--r--ui/app/components/pages/first-time-flow/first-time-flow.container.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/app/components/pages/first-time-flow/first-time-flow.container.js b/ui/app/components/pages/first-time-flow/first-time-flow.container.js
index 782eddb74..1419dd59f 100644
--- a/ui/app/components/pages/first-time-flow/first-time-flow.container.js
+++ b/ui/app/components/pages/first-time-flow/first-time-flow.container.js
@@ -7,13 +7,12 @@ import {
} from '../../../actions'
const mapStateToProps = state => {
- const { metamask: { completedOnboarding, isInitialized, isUnlocked, noActiveNotices } } = state
+ const { metamask: { completedOnboarding, isInitialized, isUnlocked } } = state
return {
completedOnboarding,
isInitialized,
isUnlocked,
- noActiveNotices,
}
}