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

GremiumPanel: Fixed exhaustive-deps

parent bf224491
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@ const GremiumPanel = (props: {definition: GremiumPanelDefinition}) => {
return () => {
clearInterval(interval);
}
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);
return (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment