Skip to content

Commit b8d030d

Browse files
author
Daniel Montoya
committed
fix(modal): remove comment
1 parent 03dba3a commit b8d030d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/organisms/ModalAlert/ModalAlert.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export function ModalAlert({
2020
description,
2121
optionsButton,
2222
}: ModalAlertProps): JSX.Element {
23-
// const [isOpen, setIsOpen] = useState(showModal)
2423
const [isDesktop] = useMediaQuery('(min-width: 650px)')
2524

2625
const showBorder = optionsButton.length > 1

0 commit comments

Comments
 (0)