From 928a4dae430f42778a7e4997ccb24f9364bb2f6c Mon Sep 17 00:00:00 2001 From: noahspannbauer Date: Sat, 18 Apr 2026 13:33:32 -0500 Subject: [PATCH] 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 ( <>