mirror of
https://github.com/urosran/cally.git
synced 2025-07-10 15:17:17 +00:00
notes, tablet sort, grocery list and other fixes
This commit is contained in:
@ -5,7 +5,7 @@ import { IFeedback } from "@/contexts/FeedbackContext";
|
||||
import { IBrainDump } from "@/contexts/DumpContext";
|
||||
|
||||
export const useCreateNote = () => {
|
||||
const { user: currentUser, profileData } = useAuthContext();
|
||||
const { user: currentUser } = useAuthContext();
|
||||
const queryClients = useQueryClient();
|
||||
|
||||
return useMutation({
|
||||
|
Reference in New Issue
Block a user