aboutsummaryrefslogtreecommitdiffstats
path: root/ui/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/index.js')
-rw-r--r--ui/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/index.js b/ui/index.js
index 7eb305653..db9292761 100644
--- a/ui/index.js
+++ b/ui/index.js
@@ -34,6 +34,7 @@ async function startApp (metamaskState, backgroundConnection, opts) {
const enLocaleMessages = await fetchLocale('en')
const store = configureStore({
+ activeTab: opts.activeTab,
// metamaskState represents the cross-tab state
metamask: metamaskState,