We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dba3a commit b8d030dCopy full SHA for b8d030d
src/organisms/ModalAlert/ModalAlert.tsx
@@ -20,7 +20,6 @@ export function ModalAlert({
20
description,
21
optionsButton,
22
}: ModalAlertProps): JSX.Element {
23
- // const [isOpen, setIsOpen] = useState(showModal)
24
const [isDesktop] = useMediaQuery('(min-width: 650px)')
25
26
const showBorder = optionsButton.length > 1
0 commit comments