Konstantinos Spartalis 1 сар өмнө
parent
commit
87eef10ff8

+ 2 - 2
frontend/src/components/SiteFooter.tsx

@@ -13,7 +13,7 @@ export function SiteFooter() {
         }
         const v = health.data.version;
         return `v${v.major}.${v.minor}.${v.revision}`;
-    }, [health.data]);
+    };
 
     useEffect(() => {
         const checkForUpdates = async () => {
@@ -96,4 +96,4 @@ export function SiteFooter() {
             </div>
         </footer>
     );
-}
+}