From 36c8e8108a40681f1e4a36d9a9c8c1e85aa4c692 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Wed, 25 Sep 2024 16:09:20 -0700 Subject: [PATCH] Add back add funds prompt --- web/components/widgets/amount-input.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/widgets/amount-input.tsx b/web/components/widgets/amount-input.tsx index c22207fe38..717757aa03 100644 --- a/web/components/widgets/amount-input.tsx +++ b/web/components/widgets/amount-input.tsx @@ -334,7 +334,7 @@ export function BuyAmountInput(props: { )} {error ? (
- {error === 'Insufficient balance' && token === 'M$' ? ( + {error === 'Insufficient balance' ? ( ) : ( error