Skip to content

Commit 5de0471

Browse files
committed
Fix cancel button on buy eth screen.
1 parent 33373b6 commit 5de0471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

old-ui/app/components/coinbase-form.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ CoinbaseForm.prototype.render = function () {
4040
}, 'Continue to Coinbase'),
4141

4242
h('button.btn-red', {
43-
onClick: () => props.dispatch(actions.backTobuyView(props.accounts.address)),
43+
onClick: () => props.dispatch(actions.goHome()),
4444
}, 'Cancel'),
4545
]),
4646
])

0 commit comments

Comments
 (0)