diff --git a/web/components/amount-input.tsx b/web/components/amount-input.tsx index cded285a..fbb49677 100644 --- a/web/components/amount-input.tsx +++ b/web/components/amount-input.tsx @@ -38,7 +38,6 @@ export function AmountInput(props: { const { width } = useWindowSize() const isMobile = (width ?? 0) < 768 - const isMobile = useIsMobile(768) return ( <>