From 5c4245179f8bcb6395fa4a838a31f5f50a0dcec5 Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Sat, 18 Apr 2026 11:37:23 -0700 Subject: [PATCH] 126 all logs shown when unauthenticated (#130) * fixing all logs showing when user is unauthenticated * updating api log interceptor * updating api log interceptor * updating api log interceptor --- client/src/components/logbook/Logbook.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/logbook/Logbook.tsx b/client/src/components/logbook/Logbook.tsx index 8fcfefc..639ced8 100644 --- a/client/src/components/logbook/Logbook.tsx +++ b/client/src/components/logbook/Logbook.tsx @@ -528,8 +528,8 @@ const Logbook: React.FC = () => { }, [state.totalEntries, state.pagination?.pageSize]) useEffect(() => { - console.log(state) - }, [state]) + console.log(state.alert) + }, [state.alert]) return ( <>