fix es lint ignore

This commit is contained in:
ISA
2025-06-27 12:20:19 +02:00
parent 1f11cf68ac
commit 71c74d8d66
7 changed files with 25 additions and 11 deletions

View File

@@ -103,6 +103,8 @@ const ChartSwitcher: React.FC<ChartSwitcherProps> = ({ isOpen, onClose }) => {
loadLoopChartData.loadLoopChartData();
}, 10); // kleiner Delay, damit Redux-State sicher aktualisiert ist
}
//ESLint ignore
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [isOpen, activeMode, slotNumber, dispatch]);
return (