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={
|
label={
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
{__('Custom support amount')}{' '}
|
{__('Custom support amount')}{' '}
|
||||||
{isMobile && (
|
<I18nMessage tokens={{ lbc_balance: <CreditAmount badge={false} precision={4} amount={balance} /> }}>
|
||||||
<I18nMessage tokens={{ lbc_balance: <CreditAmount badge={false} amount={balance} /> }}>
|
|
||||||
(%lbc_balance% available)
|
(%lbc_balance% available)
|
||||||
</I18nMessage>
|
</I18nMessage>
|
||||||
)}
|
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
}
|
}
|
||||||
className="form-field--price-amount"
|
className="form-field--price-amount"
|
||||||
|
|
Loading…
Add table
Reference in a new issue