diff options
author | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-13 11:30:28 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-13 11:30:28 +0800 |
commit | 1c3df3db2e37b0928751fd41ec44a7abaf8f9686 (patch) | |
tree | 0f5900078cddce4574761305e0b2d0a6a9a4460a /ui/app/components | |
parent | f5ff13d476268dc68be3d488796686beb684b8a2 (diff) | |
download | dexon-wallet-1c3df3db2e37b0928751fd41ec44a7abaf8f9686.tar.gz dexon-wallet-1c3df3db2e37b0928751fd41ec44a7abaf8f9686.tar.zst dexon-wallet-1c3df3db2e37b0928751fd41ec44a7abaf8f9686.zip |
Remove blockie options
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/pages/settings/settings-tab/settings-tab.component.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/app/components/pages/settings/settings-tab/settings-tab.component.js b/ui/app/components/pages/settings/settings-tab/settings-tab.component.js index ce9ed8d7..e6805650 100644 --- a/ui/app/components/pages/settings/settings-tab/settings-tab.component.js +++ b/ui/app/components/pages/settings/settings-tab/settings-tab.component.js @@ -508,7 +508,6 @@ export default class SettingsTab extends PureComponent { { this.renderClearApproval() } { this.renderPrivacyOptIn() } { this.renderHexDataOptIn() } - { this.renderBlockieOptIn() } </div> ) } |