Deletion fix

This commit is contained in:
Milan Paunovic
2024-12-24 23:19:23 +01:00
parent 609d01b81c
commit 7d3e39b77d
23 changed files with 312 additions and 638 deletions

View File

@ -127,6 +127,9 @@ export const useGetEvents = () => {
queryClient.invalidateQueries({
queryKey: ["events", user.uid]
});
queryClient.invalidateQueries({
queryKey: ["notifications"]
});
}
}
}