From d9da4483486f58cbd9b34f66480d76c9b0ef5c3e Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 3 Apr 2024 07:45:58 -0600 Subject: [PATCH] Cleanup --- web/src/pages/Logs.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/pages/Logs.tsx b/web/src/pages/Logs.tsx index daf0a3ade..7fab8bc46 100644 --- a/web/src/pages/Logs.tsx +++ b/web/src/pages/Logs.tsx @@ -235,6 +235,8 @@ function Logs() { // no op } }, + // we need to listen on the current range of visible items + // eslint-disable-next-line react-hooks/exhaustive-deps [logRange], );