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}
/>
{__('Date')} | -{<>{__('Receiving Channel Name')}>} | -{__('Tip Location')} | -{__('Amount (USD)')} | -{__('Processing Fee')} | -{__('Odysee Fee')} | -{__('Received Amount')} | -
---|---|---|---|---|---|---|
{moment(transaction.created_at).format('LLL')} | -
- |
-
- |
- ${transaction.tipped_amount / 100} | -${transaction.transaction_fee / 100} | -${transaction.application_fee / 100} | -${transaction.received_amount / 100} | -
No Transactions
} -{__('Date')} | -{<>{__('Receiving Channel Name')}>} | -{__('Tip Location')} | -{__('Amount (USD)')} | -{__('Card Last 4')} | -{__('Anonymous')} | -
---|---|---|---|---|---|
{moment(transaction.created_at).format('LLL')} | - {/* receiving channel name */} -
- |
- {/* link to content or channel */}
-
- |
- {/* how much tipped */}
- ${transaction.tipped_amount / 100} | - {/* TODO: this is incorrect need it per transactions not per user */} - {/* last four of credit card */} -{lastFour} | - {/* whether tip is anonymous or not */} -{transaction.private_tip ? 'Yes' : 'No'} | -
No Transactions
- )} -$ {(Math.round(tipAmount * 100) / 100).toFixed(2)}
- ) : ( -