From bc502960ba0d29e2e8f5cfc2b9fce7a6afaa2b14 Mon Sep 17 00:00:00 2001 From: alma Date: Sat, 17 Jan 2026 02:14:15 +0100 Subject: [PATCH] Fondation --- hooks/use-email-state.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/hooks/use-email-state.ts b/hooks/use-email-state.ts index d89ce9e..36fb511 100644 --- a/hooks/use-email-state.ts +++ b/hooks/use-email-state.ts @@ -29,7 +29,6 @@ export const useEmailState = () => { const [state, dispatch] = useReducer(emailReducer, initialState); const { data: session } = useSession(); const { toast } = useToast(); - const { triggerNotificationRefresh } = useTriggerNotification(); // Refs to track state const updateUnreadTimerRef = useRef(null);