From eb7bf72f0c21c6106deb2296e69ad1303b082d0b Mon Sep 17 00:00:00 2001 From: James Grugett Date: Tue, 1 Mar 2022 18:12:55 -0800 Subject: [PATCH] Floor remaining balance --- web/components/amount-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/amount-input.tsx b/web/components/amount-input.tsx index 1187953d..ea7b2173 100644 --- a/web/components/amount-input.tsx +++ b/web/components/amount-input.tsx @@ -114,7 +114,7 @@ export function AmountInput(props: { Remaining balance{' '} - {formatMoney(remainingBalance)} + {formatMoney(Math.floor(remainingBalance))}