diff --git a/ui/component/walletBalance/view.jsx b/ui/component/walletBalance/view.jsx
index 6746d5c36..777ee838c 100644
--- a/ui/component/walletBalance/view.jsx
+++ b/ui/component/walletBalance/view.jsx
@@ -10,6 +10,8 @@ import Card from 'component/common/card';
import LbcSymbol from 'component/common/lbc-symbol';
import I18nMessage from 'component/i18nMessage';
import { formatNumberWithCommas } from 'util/number';
+import Icon from 'component/common/icon';
+
type Props = {
balance: number,
@@ -63,6 +65,7 @@ const WalletBalance = (props: Props) => {
}, [doFetchUtxoCounts, balance, detailsExpanded]);
return (
+
}
subtitle={
@@ -181,6 +184,32 @@ const WalletBalance = (props: Props) => {
>
}
/>
+
+ 32 USD>}
+ subtitle={32 &&
+
+ This is your pending balance that will be automatically sent to your bank account
+
+ }
+ actions={
+ <>
+