mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): lint
This commit is contained in:
parent
d9b92d19f9
commit
36f01988e8
@ -7,7 +7,7 @@ import { useTranslation } from 'react-i18next';
|
||||
|
||||
import { useImageViewer } from './useImageViewer';
|
||||
|
||||
export const TAB_NAME_TO_TKEY: Record<InvokeTabName, string> = {
|
||||
const TAB_NAME_TO_TKEY: Record<InvokeTabName, string> = {
|
||||
generation: 'ui.tabs.generationTab',
|
||||
canvas: 'ui.tabs.canvasTab',
|
||||
workflows: 'ui.tabs.workflowsTab',
|
||||
@ -15,7 +15,7 @@ export const TAB_NAME_TO_TKEY: Record<InvokeTabName, string> = {
|
||||
queue: 'ui.tabs.queueTab',
|
||||
};
|
||||
|
||||
export const TAB_NAME_TO_TKEY_SHORT: Record<InvokeTabName, string> = {
|
||||
const TAB_NAME_TO_TKEY_SHORT: Record<InvokeTabName, string> = {
|
||||
generation: 'ui.tabs.generation',
|
||||
canvas: 'ui.tabs.canvas',
|
||||
workflows: 'ui.tabs.workflows',
|
||||
|
Loading…
Reference in New Issue
Block a user