mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
Unset default breakpoint
This commit is contained in:
parent
60e38defb9
commit
57a29d0c57
|
@ -29,7 +29,7 @@ export const HardwareModal = ({
|
||||||
close,
|
close,
|
||||||
}: HardwareModal): JSX.Element => {
|
}: HardwareModal): JSX.Element => {
|
||||||
const [hideDetails, setHideDetails] = useState(false);
|
const [hideDetails, setHideDetails] = useState(false);
|
||||||
const { breakpoint } = useBreakpoint(BREAKPOINTS, 'sm');
|
const { breakpoint } = useBreakpoint(BREAKPOINTS);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal open={open} onClose={close}>
|
<Modal open={open} onClose={close}>
|
||||||
|
|
Loading…
Reference in a new issue