diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index a74f6fce..df74c306 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -26,7 +26,6 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => { const [action, setAction] = useState(''); const [isSettingsDisplayed, setIsSettingsDisplayed] = useState(false); const [labels, setLabels] = useState<{ [id: number]: string }>({}); - const [stepDescription, setStepDescription] = useState(''); const { lastAction } = useGlobalInfoStore();