Skip to content

Commit

Permalink
chore: 필요없는 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
SeieunYoo committed Aug 19, 2024
1 parent 8f70b05 commit c946218
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const StudyItem = ({ study }: StudyItemProps) => {
totalWeek,
} = study;

// 이벤트 핸들러
const handleClickApplyButton = async () => {
const result = await studyApplyApi.applyStudy(studyId);

Expand Down

0 comments on commit c946218

Please sign in to comment.