Fondation

This commit is contained in:
alma 2026-01-17 02:14:15 +01:00
parent 958a4d3e57
commit bc502960ba

View File

@ -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<number | null>(null);