mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix confirm Add Token button order
This commit is contained in:
parent
dce6dcf437
commit
b42baacdf4
@ -295,12 +295,12 @@ AddTokenScreen.prototype.renderConfirmation = function () {
|
||||
]),
|
||||
]),
|
||||
h('div.add-token__buttons', [
|
||||
h('button.btn-secondary', {
|
||||
onClick: () => addTokens(tokens).then(goHome),
|
||||
}, 'Add Tokens'),
|
||||
h('button.btn-tertiary', {
|
||||
h('button.btn-cancel.add-token__button', {
|
||||
onClick: () => this.setState({ isShowingConfirmation: false }),
|
||||
}, 'Back'),
|
||||
h('button.btn-clear.add-token__button', {
|
||||
onClick: () => addTokens(tokens).then(goHome),
|
||||
}, 'Add Tokens'),
|
||||
]),
|
||||
])
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user