diff --git a/ui/component/walletFiatBalance/view.jsx b/ui/component/walletFiatBalance/view.jsx index 93bb1b747..b471da0e5 100644 --- a/ui/component/walletFiatBalance/view.jsx +++ b/ui/component/walletFiatBalance/view.jsx @@ -13,30 +13,11 @@ import I18nMessage from 'component/i18nMessage'; import { formatNumberWithCommas } from 'util/number'; type Props = { - balance: number, - totalBalance: number, - claimsBalance: number, - supportsBalance: number, - tipsBalance: number, - doOpenModal: (string) => void, - hasSynced: boolean, - doFetchUtxoCounts: () => void, - doUtxoConsolidate: () => void, - fetchingUtxoCounts: boolean, - consolidatingUtxos: boolean, - consolidateIsPending: boolean, - massClaimingTips: boolean, - massClaimIsPending: boolean, - utxoCounts: { [string]: number }, accountDetails: any, }; const WalletBalance = (props: Props) => { const { - claimsBalance, - supportsBalance, - tipsBalance, - doOpenModal, accountDetails, } = props; @@ -79,16 +60,14 @@ const WalletBalance = (props: Props) => {
- {Boolean(tipsBalance) && ( + {Boolean(1) && (
@@ -97,7 +76,7 @@ const WalletBalance = (props: Props) => { ({__('Delete or edit past content to spend')})
- +
@@ -105,7 +84,7 @@ const WalletBalance = (props: Props) => { ({__('Delete supports to spend')})
- +
diff --git a/ui/component/walletFiatPaymentBalance/view.jsx b/ui/component/walletFiatPaymentBalance/view.jsx index b3ccd9a92..825a4aed1 100644 --- a/ui/component/walletFiatPaymentBalance/view.jsx +++ b/ui/component/walletFiatPaymentBalance/view.jsx @@ -68,16 +68,15 @@ const WalletBalance = (props: Props) => {
- {Boolean(tipsBalance) && ( + {Boolean(1) && (
@@ -86,7 +85,7 @@ const WalletBalance = (props: Props) => { ({__('Delete or edit past content to spend')})
- +
@@ -94,7 +93,7 @@ const WalletBalance = (props: Props) => { ({__('Delete supports to spend')})
- +