Fixes the cancel button in the buy screen to take the user home.

feature/default_network_editable
Dan 7 years ago
parent d39eb37042
commit bfec077d79
  1. 2
      ui/app/components/coinbase-form.js

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

Loading…
Cancel
Save