diff --git a/src/components/ui/MainPanel/AdjustPlot.tsx b/src/components/ui/MainPanel/AdjustPlot.tsx index 71684123..f1bcf3a8 100644 --- a/src/components/ui/MainPanel/AdjustPlot.tsx +++ b/src/components/ui/MainPanel/AdjustPlot.tsx @@ -467,7 +467,6 @@ const GlobalOptions = () =>{ const AdjustPlot = () => { - const [isMobile, setIsMobile] = useState(false); const [popoverSide, setPopoverSide] = useState<"left" | "top">("left"); const {plotOn} = useGlobalStore( @@ -520,9 +519,9 @@ const AdjustPlot = () => {