aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers/higher-order-components/authenticated
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/helpers/higher-order-components/authenticated')
-rw-r--r--ui/app/helpers/higher-order-components/authenticated/authenticated.container.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/helpers/higher-order-components/authenticated/authenticated.container.js b/ui/app/helpers/higher-order-components/authenticated/authenticated.container.js
index 6124b0fcd..8fc637332 100644
--- a/ui/app/helpers/higher-order-components/authenticated/authenticated.container.js
+++ b/ui/app/helpers/higher-order-components/authenticated/authenticated.container.js
@@ -3,6 +3,7 @@ import Authenticated from './authenticated.component'
const mapStateToProps = state => {
const { metamask: { isUnlocked, completedOnboarding } } = state
+
return {
isUnlocked,
completedOnboarding,