From 84886e4b8a87d80fbc169e38c9f4419954fd23ac Mon Sep 17 00:00:00 2001 From: eatdostacos <64234158+eatdostacos@users.noreply.github.com> Date: Tue, 30 Jun 2020 14:14:23 -0700 Subject: [PATCH] Put LBC amount with 4 precision on tip menu for all versions --- ui/component/walletSendTip/view.jsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ui/component/walletSendTip/view.jsx b/ui/component/walletSendTip/view.jsx index a1018f9ec..ea4406296 100644 --- a/ui/component/walletSendTip/view.jsx +++ b/ui/component/walletSendTip/view.jsx @@ -238,11 +238,9 @@ function WalletSendTip(props: Props) { label={ {__('Custom support amount')}{' '} - {isMobile && ( - }}> + }}> (%lbc_balance% available) - )} } className="form-field--price-amount"