1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge pull request #2964 from alextsg/cb-505c

[NewUI] Move blockies option to the bottom of Settings
This commit is contained in:
Dan Finlay 2018-01-15 13:55:43 -08:00 committed by GitHub
commit 85b2012106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,13 +256,13 @@ class Settings extends Component {
return (
h('div.settings__content', [
warning && h('div.settings__error', warning),
this.renderBlockieOptIn(),
this.renderCurrentConversion(),
// this.renderCurrentProvider(),
this.renderNewRpcUrl(),
this.renderStateLogs(),
this.renderSeedWords(),
!isMascara && this.renderOldUI(),
this.renderBlockieOptIn(),
])
)
}