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