added leave house, remove member
This commit is contained in:
@@ -21,7 +21,7 @@ const defaultValues: ProfileInput = {
|
||||
|
||||
const ProfileForm = () => {
|
||||
const fileInputRef = useRef<HTMLInputElement>(null);
|
||||
const { data: session, isPending } = useAuth();
|
||||
const { session, isPending } = useAuth();
|
||||
const queryClient = useQueryClient();
|
||||
|
||||
const { mutate: updateProfileMutation, isPending: isRunning } = useMutation({
|
||||
|
||||
Reference in New Issue
Block a user