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
This commit was merged in pull request #130.
This commit is contained in:
2026-04-18 11:37:23 -07:00
committed by GitHub
parent a7a9f01fd9
commit 5c4245179f

View File

@@ -528,8 +528,8 @@ const Logbook: React.FC<unknown> = () => {
}, [state.totalEntries, state.pagination?.pageSize])
useEffect(() => {
console.log(state)
}, [state])
console.log(state.alert)
}, [state.alert])
return (
<>