merging
This commit is contained in:
parent
eede48f31d
commit
e8a4c0e301
|
@ -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 (
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user