From adc2dff2322a11d4891e23e83b596b30b20e3ee8 Mon Sep 17 00:00:00 2001 From: bal7hazar Date: Thu, 19 Dec 2024 18:54:11 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20input=20error=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/profile/src/components/inventory/token/send/amount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/profile/src/components/inventory/token/send/amount.tsx b/packages/profile/src/components/inventory/token/send/amount.tsx index b552077a8..f66556d3a 100644 --- a/packages/profile/src/components/inventory/token/send/amount.tsx +++ b/packages/profile/src/components/inventory/token/send/amount.tsx @@ -85,7 +85,7 @@ export function Amount({ type="number" className="bg-quaternary pr-12 border border-quaternary focus-visible:border-muted focus-visible:outline-none focus-visible:ring-0 focus-visible:ring-offset-0 [&::-webkit-inner-spin-button]:appearance-none" placeholder={(0.01).toLocaleString()} - value={amount} + value={amount ?? ""} onChange={handleChange} /> {countervalue && (