Fondation
This commit is contained in:
parent
958a4d3e57
commit
bc502960ba
@ -29,7 +29,6 @@ export const useEmailState = () => {
|
|||||||
const [state, dispatch] = useReducer(emailReducer, initialState);
|
const [state, dispatch] = useReducer(emailReducer, initialState);
|
||||||
const { data: session } = useSession();
|
const { data: session } = useSession();
|
||||||
const { toast } = useToast();
|
const { toast } = useToast();
|
||||||
const { triggerNotificationRefresh } = useTriggerNotification();
|
|
||||||
|
|
||||||
// Refs to track state
|
// Refs to track state
|
||||||
const updateUnreadTimerRef = useRef<number | null>(null);
|
const updateUnreadTimerRef = useRef<number | null>(null);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user