diff --git a/frontend/src/components/SiteFooter.tsx b/frontend/src/components/SiteFooter.tsx index e1c4f3ab..e529a19d 100644 --- a/frontend/src/components/SiteFooter.tsx +++ b/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() { ); -} +} \ No newline at end of file