Skip to content

Commit b87febc

Browse files
chore(ui): lint
1 parent 95a9bb6 commit b87febc

File tree

1 file changed

+1
-1
lines changed
  • invokeai/frontend/web/src/features/nodes/components/sidePanel/workflow/WorkflowLibrary/WorkflowLibraryListItemActions

1 file changed

+1
-1
lines changed

invokeai/frontend/web/src/features/nodes/components/sidePanel/workflow/WorkflowLibrary/WorkflowLibraryListItemActions/EditWorkflow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { IconButton, Tooltip } from '@invoke-ai/ui-library';
22
import { useLoadWorkflow } from 'features/workflowLibrary/components/LoadWorkflowConfirmationAlertDialog';
3-
import type { MouseEvent} from 'react';
3+
import type { MouseEvent } from 'react';
44
import { useCallback } from 'react';
55
import { useTranslation } from 'react-i18next';
66
import { PiPencilBold } from 'react-icons/pi';

0 commit comments

Comments
 (0)