Move blockies option to the bottom of Settings

feature/default_network_editable
Alexander Tseung 7 years ago
parent 5c1dcf3e9b
commit 27cbfa44c3
  1. 2
      ui/app/settings.js

@ -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(),
])
)
}

Loading…
Cancel
Save