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 && (