aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/pages
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-07-04 22:51:21 +0800
committerGitHub <noreply@github.com>2019-07-04 22:51:21 +0800
commitdf17853502f2a9cad6bf0067663de9496f67a7b7 (patch)
tree6a237dec2ad43cecd59a101380b534dc4e8919ad /ui/app/pages
parent714cf72fc3bfdf6c0440f712e5719885c86dcc00 (diff)
downloadtangerine-wallet-browser-df17853502f2a9cad6bf0067663de9496f67a7b7.tar.gz
tangerine-wallet-browser-df17853502f2a9cad6bf0067663de9496f67a7b7.tar.zst
tangerine-wallet-browser-df17853502f2a9cad6bf0067663de9496f67a7b7.zip
Remove UiMigrationAnnouncement and associated state (#6794)
Diffstat (limited to 'ui/app/pages')
-rw-r--r--ui/app/pages/routes/index.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/app/pages/routes/index.js b/ui/app/pages/routes/index.js
index 9eeac2da2..afef0692e 100644
--- a/ui/app/pages/routes/index.js
+++ b/ui/app/pages/routes/index.js
@@ -24,7 +24,6 @@ import Settings from '../settings'
import Authenticated from '../../helpers/higher-order-components/authenticated'
import Initialized from '../../helpers/higher-order-components/initialized'
import Lock from '../lock'
-import UiMigrationAnnouncement from '../../components/app/ui-migration-annoucement'
const RestoreVaultPage = require('../keychains/restore-vault').default
const RevealSeedConfirmation = require('../keychains/reveal-seed')
const MobileSyncPage = require('../mobile-sync')
@@ -214,7 +213,6 @@ class Routes extends Component {
}
}}
>
- <UiMigrationAnnouncement />
<Modal />
<Alert
visible={this.props.alertOpen}