diff --git a/modals/study/StudyAttendCheckModal.tsx b/modals/study/StudyAttendCheckModal.tsx index d529e703c..107fff15e 100644 --- a/modals/study/StudyAttendCheckModal.tsx +++ b/modals/study/StudyAttendCheckModal.tsx @@ -77,7 +77,9 @@ function StudyAttendCheckModal({ setIsModal }: IStudyAttendCheckModal) { getAlphabet({ alphabet }); setTransferAlphabet(alphabet); } - const pointObj = POINT_SYSTEM_PLUS.STUDY_ATTEND_CHECK; + const pointObj = isPrivate + ? POINT_SYSTEM_PLUS.STUDY_PRIVATE_ATTEND + : POINT_SYSTEM_PLUS.STUDY_ATTEND_CHECK; getAboutPoint(pointObj); const studyVoteInfo = getMyStudyVoteInfo(myStudy, session?.user.uid);