diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx index ef0a63224..40515b99b 100644 --- a/src/pages/_app.tsx +++ b/src/pages/_app.tsx @@ -272,6 +272,7 @@ function DatahubHealthChecker() { }) const currentId = useRef('') useEffect(() => { + if (typeof data !== 'boolean') return if (!data) { if (currentId.current) return const id = toast.custom(