Skip to content

Commit 36f0198

Browse files
psychedelicioushipsterusername
authored andcommitted
chore(ui): lint
1 parent d9b92d1 commit 36f0198

File tree

1 file changed

+2
-2
lines changed
  • invokeai/frontend/web/src/features/gallery/components/ImageViewer

1 file changed

+2
-2
lines changed

invokeai/frontend/web/src/features/gallery/components/ImageViewer/EditorButton.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ import { useTranslation } from 'react-i18next';
77

88
import { useImageViewer } from './useImageViewer';
99

10-
export const TAB_NAME_TO_TKEY: Record<InvokeTabName, string> = {
10+
const TAB_NAME_TO_TKEY: Record<InvokeTabName, string> = {
1111
generation: 'ui.tabs.generationTab',
1212
canvas: 'ui.tabs.canvasTab',
1313
workflows: 'ui.tabs.workflowsTab',
1414
models: 'ui.tabs.modelsTab',
1515
queue: 'ui.tabs.queueTab',
1616
};
1717

18-
export const TAB_NAME_TO_TKEY_SHORT: Record<InvokeTabName, string> = {
18+
const TAB_NAME_TO_TKEY_SHORT: Record<InvokeTabName, string> = {
1919
generation: 'ui.tabs.generation',
2020
canvas: 'ui.tabs.canvas',
2121
workflows: 'ui.tabs.workflows',

0 commit comments

Comments
 (0)