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.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/app/app.js b/ui/app/app.js
index 10428d1fd..7669a5db9 100644
--- a/ui/app/app.js
+++ b/ui/app/app.js
@@ -121,8 +121,9 @@ class App extends Component {
isOpen: sidebarIsOpen,
transitionName: sidebarTransitionName,
type: sidebarType,
- props: { transaction: sidebarTransaction },
+ props,
} = sidebar
+ const { transaction: sidebarTransaction } = props || {}
return (
h('.flex-column.full-height', {