From ae99c11da75f2f7d068386fdbdd45f6207ee70cc Mon Sep 17 00:00:00 2001 From: MTG2000 Date: Tue, 29 Mar 2022 17:08:14 +0300 Subject: [PATCH] chore: remove extra classes lightbox --- src/Components/Lightbox/Lightbox.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/Components/Lightbox/Lightbox.tsx b/src/Components/Lightbox/Lightbox.tsx index 1af2573..37cb90c 100644 --- a/src/Components/Lightbox/Lightbox.tsx +++ b/src/Components/Lightbox/Lightbox.tsx @@ -30,9 +30,8 @@ export default function Lightbox(props: Props) { return ( <> - {isOpen &&
+ {isOpen && -
} + />} ) }