aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/app.js')
-rw-r--r--ui/app/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 021ef5f27..2a07b57d3 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -39,6 +39,7 @@ function App () { Component.call(this) }
function mapStateToProps (state) {
return {
// state from plugin
+ sidebarOpen: state.appState.sidebarOpen,
isLoading: state.appState.isLoading,
loadingMessage: state.appState.loadingMessage,
noActiveNotices: state.metamask.noActiveNotices,