Floor remaining balance
This commit is contained in:
parent
1d73f6e863
commit
eb7bf72f0c
|
@ -114,7 +114,7 @@ export function AmountInput(props: {
|
|||
<Row className="items-center justify-between gap-2 text-gray-500">
|
||||
Remaining balance{' '}
|
||||
<span className="text-neutral">
|
||||
{formatMoney(remainingBalance)}
|
||||
{formatMoney(Math.floor(remainingBalance))}
|
||||
</span>
|
||||
</Row>
|
||||
</Col>
|
||||
|
|
Loading…
Reference in New Issue
Block a user