From 95bd9cef1842e9dc9cdb0853fbb8caa02eb14597 Mon Sep 17 00:00:00 2001 From: Kent Keirsey <31807370+hipsterusername@users.noreply.github.com> Date: Sun, 6 Jul 2025 22:04:46 -0400 Subject: [PATCH] Lint --- .../features/controlLayers/components/RefImage/RefImageList.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/invokeai/frontend/web/src/features/controlLayers/components/RefImage/RefImageList.tsx b/invokeai/frontend/web/src/features/controlLayers/components/RefImage/RefImageList.tsx index 064987f41e..4c55829c58 100644 --- a/invokeai/frontend/web/src/features/controlLayers/components/RefImage/RefImageList.tsx +++ b/invokeai/frontend/web/src/features/controlLayers/components/RefImage/RefImageList.tsx @@ -85,11 +85,9 @@ const MaxRefImages = memo(() => { MaxRefImages.displayName = 'MaxRefImages'; const AddRefImageDropTargetAndButton = memo(() => { - const { t } = useTranslation(); const { dispatch, getState } = useAppStore(); const tab = useAppSelector(selectActiveTab); const canvasManager = useCanvasManagerSafe(); - const isBusy = useCanvasIsBusySafe(); const uploadOptions = useMemo( () =>