Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Nov 20, 2024
1 parent 92f5f31 commit b25910c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pageTemplates/profile/profileOverview/ProfileInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import Avatar from "../../../components/atoms/Avatar";
import UserBadge from "../../../components/atoms/badges/UserBadge";
import { LIKE_HEART } from "../../../constants/keys/localStorage";
import { NOTICE_HEART_LOG } from "../../../constants/keys/queryKeys";

import { USER_ROLE } from "../../../constants/settingValue/role";
import { useAdminPointMutation } from "../../../hooks/admin/mutation";
import { useResetQueryData } from "../../../hooks/custom/CustomHooks";
import { useCompleteToast, useErrorToast, useFailToast } from "../../../hooks/custom/CustomToast";
import { useUserInfoQuery } from "../../../hooks/user/queries";
Expand Down Expand Up @@ -51,7 +49,7 @@ function ProfileInfo({ user }: IProfileInfo) {
onError: errorToast,
});

const { mutate: sendAboutPoint } = useAdminPointMutation(user?.uid);
// const { mutate: sendAboutPoint } = useAdminPointMutation(user?.uid);

// useStudyAttendRecordQuery(dayjs().subtract(4, "day"), dayjs().add(1, "day"), {
// enabled: !isGuest,
Expand Down

0 comments on commit b25910c

Please sign in to comment.