From 2ac710ddb329c484df30f7471311d7eb56658d5c Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Sat, 2 Mar 2024 23:18:08 +1100 Subject: [PATCH] break lint --- .../features/gallery/components/ImageGrid/GalleryImageGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx b/invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx index 608205c8945..7ad28c6d483 100644 --- a/invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx +++ b/invokeai/frontend/web/src/features/gallery/components/ImageGrid/GalleryImageGrid.tsx @@ -25,7 +25,7 @@ const components: GridComponents = { }; const virtuosoStyles: CSSProperties = { height: '100%' }; - + const GalleryImageGrid = () => { const { t } = useTranslation(); const rootRef = useRef(null);