Skip to content

Commit

Permalink
feat: 출석 버튼 활성화 조건 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Feb 3, 2025
1 parent 2700779 commit 1f56ee2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const AttendanceStatusBox = async ({
</Flex>
<Button
asProp={Link}
disabled={attendanceStatus !== "BEFORE_ATTENDANCE"}
disabled={attendanceStatus === "ATTENDED"}
href={`/mobile/attendance-check-info?study-detail-id=${studyDetailId}&week=${week}&study-name=${studyName}&deadline=${deadLine}&mentor=${mentorName}&isAttendanceCheck=${attendanceStatus === "BEFORE_ATTENDANCE"}`}
size="lg"
style={attendanceButtonStyle}
Expand Down

0 comments on commit 1f56ee2

Please sign in to comment.