|
|
|
@ -31,6 +31,7 @@ function mapDispatchToProps (dispatch) { |
|
|
|
|
return { |
|
|
|
|
showSidebar: () => { dispatch(actions.showSidebar()) }, |
|
|
|
|
hideSidebar: () => { dispatch(actions.hideSidebar()) }, |
|
|
|
|
showModal: () => { dispatch(actions.showModal()) }, |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -119,6 +120,9 @@ TxView.prototype.render = function () { |
|
|
|
|
style: { |
|
|
|
|
textAlign: 'center', |
|
|
|
|
}, |
|
|
|
|
onClick: () => { |
|
|
|
|
this.props.showModal() |
|
|
|
|
}, |
|
|
|
|
}, 'BUY'), |
|
|
|
|
|
|
|
|
|
h('button.btn-clear', { |
|
|
|
|