Skip to content
Snippets Groups Projects
Commit 959298e8 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

Panels: Annotated intentional exhaustive-deps violations

parent 0f7cef5a
No related branches found
No related tags found
No related merge requests found
Pipeline #203607 passed with warnings
......@@ -87,6 +87,7 @@ const FahrplanPanel = (props: {definition: FahrplanPanelDefinition}) => {
return () => {
clearInterval(interval);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
return (
......
......@@ -117,6 +117,7 @@ const MensaplanPanel = (props: {definition: MensaPanelDefinition}) => {
return () => {
clearInterval(interval);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
useEffect(() => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment