From 37b1f21bcf1a2651002e303f2d10d28af5b54041 Mon Sep 17 00:00:00 2001 From: jstnlowe Date: Tue, 4 Jun 2024 19:29:47 -0400 Subject: [PATCH] ... and the workflow --- .../ImageMetadataViewer/ImageMetadataWorkflowTabContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/gallery/components/ImageMetadataViewer/ImageMetadataWorkflowTabContent.tsx b/invokeai/frontend/web/src/features/gallery/components/ImageMetadataViewer/ImageMetadataWorkflowTabContent.tsx index fe4ce3e701..a15f66321f 100644 --- a/invokeai/frontend/web/src/features/gallery/components/ImageMetadataViewer/ImageMetadataWorkflowTabContent.tsx +++ b/invokeai/frontend/web/src/features/gallery/components/ImageMetadataViewer/ImageMetadataWorkflowTabContent.tsx @@ -28,7 +28,7 @@ const ImageMetadataWorkflowTabContent = ({ image }: Props) => { return ; } - return ; + return ; }; export default memo(ImageMetadataWorkflowTabContent);