From d324094b47dd30052e428441b25e79d736c1053a Mon Sep 17 00:00:00 2001 From: Emerson Laurentino Date: Mon, 3 May 2021 12:30:07 -0300 Subject: [PATCH] fix: unused prop --- components/ui/Modal/Modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/ui/Modal/Modal.tsx b/components/ui/Modal/Modal.tsx index 300a99192..523f090bc 100644 --- a/components/ui/Modal/Modal.tsx +++ b/components/ui/Modal/Modal.tsx @@ -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