aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/tx-view.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/tx-view.js')
-rw-r--r--ui/app/components/tx-view.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/app/components/tx-view.js b/ui/app/components/tx-view.js
index 265893104..dbbf07710 100644
--- a/ui/app/components/tx-view.js
+++ b/ui/app/components/tx-view.js
@@ -36,6 +36,7 @@ function mapDispatchToProps (dispatch) {
showSidebar: () => { dispatch(actions.showSidebar()) },
hideSidebar: () => { dispatch(actions.hideSidebar()) },
showModal: (payload) => { dispatch(actions.showModal(payload)) },
+ showSendPage: () => { dispatch(actions.showSendPage()) },
}
}
@@ -115,6 +116,9 @@ TxView.prototype.render = function () {
textAlign: 'center',
marginLeft: '1.4em',
},
+ onClick: () => {
+ this.props.showSendPage()
+ },
}, 'SEND'),
]),