This commit is contained in:
ingawei 2022-09-26 17:19:08 -07:00
parent eede48f31d
commit e8a4c0e301

View File

@ -38,7 +38,6 @@ export function AmountInput(props: {
const { width } = useWindowSize() const { width } = useWindowSize()
const isMobile = (width ?? 0) < 768 const isMobile = (width ?? 0) < 768
const isMobile = useIsMobile(768)
return ( return (
<> <>