Skip to content

Commit 907c82f

Browse files
committed
fix(ModelImage): change MODEL_IMAGE_THUMBNAIL_SIZE to a local constant
1 parent 88150c7 commit 907c82f

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelManagerPanel

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/modelManagerV2/subpanels/ModelManagerPanel/ModelImage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type Props = {
77
image_url?: string | null;
88
};
99

10-
export const MODEL_IMAGE_THUMBNAIL_SIZE = '54px';
10+
const MODEL_IMAGE_THUMBNAIL_SIZE = '54px';
1111
const FALLBACK_ICON_SIZE = '28px';
1212

1313
const sharedSx: SystemStyleObject = {

0 commit comments

Comments
 (0)