Skip to content

Commit 9a4b8b0

Browse files
committed
remove useCallback logic
1 parent dc03ad8 commit 9a4b8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/SiteFooter.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export function SiteFooter() {
3232
if (health.data) {
3333
checkForUpdates();
3434
}
35-
}, [health.data]);
35+
};
3636

3737
return (
3838
<footer className="footer d-print-none py-3">
@@ -96,4 +96,4 @@ export function SiteFooter() {
9696
</div>
9797
</footer>
9898
);
99-
}
99+
}

0 commit comments

Comments
 (0)