From e5bb6f9693578b32fafa80176db65a4a9e98c28d Mon Sep 17 00:00:00 2001 From: Mary Hipp Date: Thu, 22 Aug 2024 13:29:10 -0400 Subject: [PATCH] lint fix --- .../web/src/features/gallery/hooks/useImageActions.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invokeai/frontend/web/src/features/gallery/hooks/useImageActions.ts b/invokeai/frontend/web/src/features/gallery/hooks/useImageActions.ts index 10746bee85..d487069dc0 100644 --- a/invokeai/frontend/web/src/features/gallery/hooks/useImageActions.ts +++ b/invokeai/frontend/web/src/features/gallery/hooks/useImageActions.ts @@ -92,12 +92,12 @@ export const useImageActions = (image_name?: string) => { try { positivePrompt = await handlers.positivePrompt.parse(metadata); } catch (error) { - positivePrompt = "" + positivePrompt = ''; } try { negativePrompt = await handlers.negativePrompt.parse(metadata); } catch (error) { - negativePrompt = "" + negativePrompt = ''; } $stylePresetModalState.set({