mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Merge pull request #2964 from alextsg/cb-505c
[NewUI] Move blockies option to the bottom of Settings
This commit is contained in:
commit
85b2012106
@ -256,13 +256,13 @@ class Settings extends Component {
|
|||||||
return (
|
return (
|
||||||
h('div.settings__content', [
|
h('div.settings__content', [
|
||||||
warning && h('div.settings__error', warning),
|
warning && h('div.settings__error', warning),
|
||||||
this.renderBlockieOptIn(),
|
|
||||||
this.renderCurrentConversion(),
|
this.renderCurrentConversion(),
|
||||||
// this.renderCurrentProvider(),
|
// this.renderCurrentProvider(),
|
||||||
this.renderNewRpcUrl(),
|
this.renderNewRpcUrl(),
|
||||||
this.renderStateLogs(),
|
this.renderStateLogs(),
|
||||||
this.renderSeedWords(),
|
this.renderSeedWords(),
|
||||||
!isMascara && this.renderOldUI(),
|
!isMascara && this.renderOldUI(),
|
||||||
|
this.renderBlockieOptIn(),
|
||||||
])
|
])
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user