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:
@ -1,4 +1,5 @@
|
||||
import { Flex } from '@chakra-ui/react';
|
||||
import ParamIterations from 'features/parameters/components/Parameters/Core/ParamIterations';
|
||||
import QueueControls from 'features/queue/components/QueueControls';
|
||||
import ResizeHandle from 'features/ui/components/tabs/ResizeHandle';
|
||||
import { usePanelStorage } from 'features/ui/hooks/usePanelStorage';
|
||||
@ -11,7 +12,6 @@ import {
|
||||
import 'reactflow/dist/style.css';
|
||||
import InspectorPanel from './inspector/InspectorPanel';
|
||||
import WorkflowPanel from './workflow/WorkflowPanel';
|
||||
import ParamIterations from 'features/parameters/components/Parameters/Core/ParamIterations';
|
||||
|
||||
const NodeEditorPanelGroup = () => {
|
||||
const [isTopPanelCollapsed, setIsTopPanelCollapsed] = useState(false);
|
||||
@ -65,8 +65,8 @@ const NodeEditorPanelGroup = () => {
|
||||
isTopPanelCollapsed
|
||||
? 'top'
|
||||
: isBottomPanelCollapsed
|
||||
? 'bottom'
|
||||
: undefined
|
||||
? 'bottom'
|
||||
: undefined
|
||||
}
|
||||
/>
|
||||
<Panel
|
||||
|
Reference in New Issue
Block a user