From c6902efb2ff861332b8e9fb9f06b9c7f90437dc4 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 29 Oct 2018 12:32:24 +0100 Subject: [PATCH] fix Transactions constant --- embark-ui/src/components/TextEditorToolbar.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/embark-ui/src/components/TextEditorToolbar.js b/embark-ui/src/components/TextEditorToolbar.js index f2366d31..54bcc914 100644 --- a/embark-ui/src/components/TextEditorToolbar.js +++ b/embark-ui/src/components/TextEditorToolbar.js @@ -41,8 +41,8 @@ class TextEditorToolbar extends Component { this.props.openAsideTab(TextEditorToolbarTabs.Detail)}> Details - this.props.openAsideTab(TextEditorToolbarTabs.Transactions)}> - Transactions + this.props.openAsideTab(TextEditorToolbarTabs.Transactions)}> + Transactions this.props.openAsideTab(TextEditorToolbarTabs.Debugger)}> Debugger