From 149004f55b19952e14255e009a72972a6863b290 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niklas=20Schr=C3=B6tler?= <niklas@allround.digital>
Date: Wed, 20 Dec 2023 13:32:56 +0100
Subject: [PATCH] GremiumPanel: Fixed exhaustive-deps

---
 src/panels/Gremium/GremiumPanel.tsx | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/panels/Gremium/GremiumPanel.tsx b/src/panels/Gremium/GremiumPanel.tsx
index 34711c2..d20f22d 100644
--- a/src/panels/Gremium/GremiumPanel.tsx
+++ b/src/panels/Gremium/GremiumPanel.tsx
@@ -34,6 +34,7 @@ const GremiumPanel = (props: {definition: GremiumPanelDefinition}) => {
         return () => {
             clearInterval(interval);
         }
+        // eslint-disable-next-line react-hooks/exhaustive-deps
     }, []);
 
     return (
-- 
GitLab