chore(ui): lint

This commit is contained in:
psychedelicious
2023-12-09 00:00:05 +11:00
parent b271474812
commit 95a3c89a56
5 changed files with 25 additions and 33 deletions

View File

@ -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