diff --git a/src/ui/component/router/view.jsx b/src/ui/component/router/view.jsx index a708ea1fd..2ef0a10db 100644 --- a/src/ui/component/router/view.jsx +++ b/src/ui/component/router/view.jsx @@ -14,7 +14,6 @@ import FileListPublished from 'page/fileListPublished'; import TransactionHistoryPage from 'page/transactionHistory'; import AuthPage from 'page/auth'; import InvitePage from 'page/invite'; -import SubscriptionsPage from 'page/subscriptions'; import SearchPage from 'page/search'; import LibraryPage from 'page/library'; import WalletPage from 'page/wallet'; @@ -56,8 +55,7 @@ export default function AppRouter() { - - + {/* Below need to go at the end to make sure we don't match any of our pages first */} diff --git a/src/ui/page/discover/view.jsx b/src/ui/page/discover/view.jsx index 6c87ea846..c51756bf1 100644 --- a/src/ui/page/discover/view.jsx +++ b/src/ui/page/discover/view.jsx @@ -1,4 +1,5 @@ // @flow +import * as PAGES from 'constants/pages'; import React from 'react'; import ClaimListDiscover from 'component/claimListDiscover'; import TagsSelect from 'component/tagsSelect'; @@ -17,7 +18,7 @@ function DiscoverPage(props: Props) { tag.name)} - meta={