diff --git a/ui/component/walletFiatAccountHistory/view.jsx b/ui/component/walletFiatAccountHistory/view.jsx index dd40d08c4..4d09626b2 100644 --- a/ui/component/walletFiatAccountHistory/view.jsx +++ b/ui/component/walletFiatAccountHistory/view.jsx @@ -108,7 +108,7 @@ const WalletBalance = (props: Props) => { />
diff --git a/ui/component/walletFiatBalance/view.jsx b/ui/component/walletFiatBalance/view.jsx index 4661aa2f9..43a9643cb 100644 --- a/ui/component/walletFiatBalance/view.jsx +++ b/ui/component/walletFiatBalance/view.jsx @@ -38,56 +38,57 @@ const WalletBalance = (props: Props) => {

${(accountDetails && (accountDetails.total_paid_out / 100)) || 0} Withdrawn -

{/* view more section */} - {detailsExpanded && ( -
-
-
- {__('Earned from uploads')} - {/* ({__('Earned from channel page')}) */} -
-
- - {Boolean(1) && ( -
+ {/* commenting out because not implemented, but could be used in the future */} + {/* {detailsExpanded && ( */} + {/*
*/} + {/*
*/} + {/*
*/} + {/* {__('Earned from uploads')} */} + {/* /!* ({__('Earned from channel page')}) *!/ */} + {/*
*/} + {/*
*/} + {/* */} + {/* {Boolean(1) && ( */} + {/*
*/} -
- {__('Earned from channel page')} - {/* ({__('Delete or edit past content to spend')}) */} -
-
- -
+ {/*
*/} + {/* {__('Earned from channel page')} */} + {/* /!* ({__('Delete or edit past content to spend')}) *!/ */} + {/*
*/} + {/*
*/} + {/* */} + {/*
*/} - {/*
*/} - {/* {__('...supporting content')} */} - {/* ({__('Delete supports to spend')}) */} - {/*
*/} - {/*
*/} - {/* */} - {/*
*/} -
-
- )} + {/* /!*
*!/ */} + {/* /!* {__('...supporting content')} *!/ */} + {/* /!* ({__('Delete supports to spend')}) *!/ */} + {/* /!*
*!/ */} + {/* /!*
*!/ */} + {/* /!* *!/ */} + {/* /!*
*!/ */} + {/*
*/} + {/*
*/} + {/* )} */}
-
diff --git a/ui/component/walletFiatPaymentHistory/view.jsx b/ui/component/walletFiatPaymentHistory/view.jsx index 5eeb1e879..e46eeb5d9 100644 --- a/ui/component/walletFiatPaymentHistory/view.jsx +++ b/ui/component/walletFiatPaymentHistory/view.jsx @@ -144,7 +144,7 @@ const WalletBalance = (props: Props) => { />
diff --git a/ui/page/wallet/view.jsx b/ui/page/wallet/view.jsx index 2bc991b5d..8ce477e1b 100644 --- a/ui/page/wallet/view.jsx +++ b/ui/page/wallet/view.jsx @@ -170,7 +170,7 @@ const WalletPage = (props: Props) => { onClick={() => { focusLBCTab(); }} - >LBC Wallet + >LBRY Credits {/* account history button */}