From e81a1151693282d61d20a824171ca5cfb30763c7 Mon Sep 17 00:00:00 2001 From: psychedelicious <4822129+psychedelicious@users.noreply.github.com> Date: Tue, 8 Jul 2025 12:20:53 +1000 Subject: [PATCH] chore(ui): lint --- .../features/parameters/components/Prompts/UpscalePrompts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invokeai/frontend/web/src/features/parameters/components/Prompts/UpscalePrompts.tsx b/invokeai/frontend/web/src/features/parameters/components/Prompts/UpscalePrompts.tsx index 3efe674680..d5c9f13bd6 100644 --- a/invokeai/frontend/web/src/features/parameters/components/Prompts/UpscalePrompts.tsx +++ b/invokeai/frontend/web/src/features/parameters/components/Prompts/UpscalePrompts.tsx @@ -31,4 +31,4 @@ export const UpscalePrompts = memo(() => { ); }); -UpscalePrompts.displayName = 'UpscalePrompts'; \ No newline at end of file +UpscalePrompts.displayName = 'UpscalePrompts';