mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fixes the cancel button in the buy screen to take the user home.
This commit is contained in:
parent
d39eb37042
commit
bfec077d79
@ -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'),
|
||||||
]),
|
]),
|
||||||
])
|
])
|
||||||
|
Loading…
Reference in New Issue
Block a user