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);