1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix cancel button on buy eth screen.

This commit is contained in:
Dan 2018-02-27 19:14:23 -03:30
parent 33373b676f
commit 5de0471fcb

View File

@ -40,7 +40,7 @@ CoinbaseForm.prototype.render = function () {
}, 'Continue to Coinbase'), }, 'Continue to Coinbase'),
h('button.btn-red', { h('button.btn-red', {
onClick: () => props.dispatch(actions.backTobuyView(props.accounts.address)), onClick: () => props.dispatch(actions.goHome()),
}, 'Cancel'), }, 'Cancel'),
]), ]),
]) ])