diff --git a/static/app-strings.json b/static/app-strings.json index d42de1470..4ba96f4db 100644 --- a/static/app-strings.json +++ b/static/app-strings.json @@ -2193,5 +2193,6 @@ "Trending for #Art": "Trending for #Art", "Trending for #Btc": "Trending for #Btc", "Trending for #Music": "Trending for #Music", + "You sent %lbc% as a tip, Mahalo!": "You sent %lbc% as a tip, Mahalo!", "--end--": "--end--" } diff --git a/ui/component/router/view.jsx b/ui/component/router/view.jsx index 6d42cb2a3..27e6fc0ed 100644 --- a/ui/component/router/view.jsx +++ b/ui/component/router/view.jsx @@ -56,8 +56,6 @@ import RepostNew from 'page/repost'; import RewardsPage from 'page/rewards'; import RewardsVerifyPage from 'page/rewardsVerify'; import SearchPage from 'page/search'; -import SettingsStripeCard from 'page/settingsStripeCard'; -import SettingsStripeAccount from 'page/settingsStripeAccount'; import SettingsCreatorPage from 'page/settingsCreator'; import SettingsNotificationsPage from 'page/settingsNotifications'; @@ -279,8 +277,6 @@ function AppRouter(props: Props) { component={isAuthenticated || !IS_WEB ? ChannelsFollowingPage : DiscoverPage} /> - - {/* @endif */} - {/* @if TARGET='web' */} - {user && getStripeEnvironment() && ( - - - - - - )} - - {/* if the user has already confirmed their card */} - {currentFlowStage === 'cardConfirmed' && ( -
- - -
-
- )} - - ); - } -} - -export default SettingsStripeCard; -/* eslint-enable no-undef */ -/* eslint-enable react/prop-types */