fix: unused prop

This commit is contained in:
Emerson Laurentino 2021-05-03 12:30:07 -03:00 committed by GitHub
parent a4f56d1549
commit d324094b47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@ import {
clearAllBodyScrollLocks,
} from 'body-scroll-lock'
import FocusTrap from '@lib/focus-trap'
interface Props {
className?: string
children?: any
open?: boolean
onClose: () => void