|
|
@ -36,6 +36,7 @@ function mapDispatchToProps (dispatch) { |
|
|
|
showSidebar: () => { dispatch(actions.showSidebar()) }, |
|
|
|
showSidebar: () => { dispatch(actions.showSidebar()) }, |
|
|
|
hideSidebar: () => { dispatch(actions.hideSidebar()) }, |
|
|
|
hideSidebar: () => { dispatch(actions.hideSidebar()) }, |
|
|
|
showModal: (payload) => { dispatch(actions.showModal(payload)) }, |
|
|
|
showModal: (payload) => { dispatch(actions.showModal(payload)) }, |
|
|
|
|
|
|
|
showSendPage: () => { dispatch(actions.showSendPage()) }, |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -115,6 +116,9 @@ TxView.prototype.render = function () { |
|
|
|
textAlign: 'center', |
|
|
|
textAlign: 'center', |
|
|
|
marginLeft: '1.4em', |
|
|
|
marginLeft: '1.4em', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
onClick: () => { |
|
|
|
|
|
|
|
this.props.showSendPage() |
|
|
|
|
|
|
|
}, |
|
|
|
}, 'SEND'), |
|
|
|
}, 'SEND'), |
|
|
|
|
|
|
|
|
|
|
|
]), |
|
|
|
]), |
|
|
|