|
|
|
@ -36,10 +36,10 @@ PendingTx.prototype.render = function () { |
|
|
|
|
h('.flex-row.flex-space-around', [ |
|
|
|
|
h('button', { |
|
|
|
|
onClick: state.cancelTransaction, |
|
|
|
|
}, 'Cancel'), |
|
|
|
|
}, 'Reject'), |
|
|
|
|
h('button', { |
|
|
|
|
onClick: state.sendTransaction, |
|
|
|
|
}, 'Send'), |
|
|
|
|
}, 'Approve'), |
|
|
|
|
]), |
|
|
|
|
|
|
|
|
|
]) |
|
|
|
|