From f302d89de952af7dcdef1d5a6eed41fd6a147c7b Mon Sep 17 00:00:00 2001 From: DIYgod Date: Sun, 16 Apr 2023 20:51:19 +0100 Subject: [PATCH] fix: types errors --- src/components/ui/Modal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ui/Modal.tsx b/src/components/ui/Modal.tsx index 778c34dc..aac7f4cc 100644 --- a/src/components/ui/Modal.tsx +++ b/src/components/ui/Modal.tsx @@ -17,7 +17,7 @@ export const Modal: React.FC<{ className="relative z-50" > {/* The backdrop, rendered as a fixed sibling to the panel container */} -