From e8a4c0e3019b994719fdd835a2c9249e357b9f5c Mon Sep 17 00:00:00 2001 From: ingawei Date: Mon, 26 Sep 2022 17:19:08 -0700 Subject: [PATCH] merging --- web/components/amount-input.tsx | 1 - 1 file changed, 1 deletion(-) 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 ( <>