Skip to content

Commit 8f5817c

Browse files
authored
Merge pull request #3339 from danjm/i3336-cancel-button-buy-eth
[Old-UI] Fix cancel button on buy eth screen.
2 parents 28c6347 + 5de0471 commit 8f5817c

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)