Put LBC amount with 4 precision on tip menu for all versions
This commit is contained in:
parent
87e53db699
commit
84886e4b8a
1 changed files with 1 additions and 3 deletions
|
@ -238,11 +238,9 @@ function WalletSendTip(props: Props) {
|
|||
label={
|
||||
<React.Fragment>
|
||||
{__('Custom support amount')}{' '}
|
||||
{isMobile && (
|
||||
<I18nMessage tokens={{ lbc_balance: <CreditAmount badge={false} amount={balance} /> }}>
|
||||
<I18nMessage tokens={{ lbc_balance: <CreditAmount badge={false} precision={4} amount={balance} /> }}>
|
||||
(%lbc_balance% available)
|
||||
</I18nMessage>
|
||||
)}
|
||||
</React.Fragment>
|
||||
}
|
||||
className="form-field--price-amount"
|
||||
|
|
Loading…
Reference in a new issue