diff --git a/src/components/main/MainEventCalendar.vue b/src/components/main/MainEventCalendar.vue index 8cd343b..34e76b2 100644 --- a/src/components/main/MainEventCalendar.vue +++ b/src/components/main/MainEventCalendar.vue @@ -5,7 +5,7 @@
Profile Image { - if (isSelectableDate(info)) { + if (isSelectableDate(info.date)) { if ($common.isToday(info.date)) { // 오늘 날짜 클릭 시 클래스 제거하고 요소 저장 todayEL = info.dayEl; diff --git a/src/components/main/MainMemberProfile.vue b/src/components/main/MainMemberProfile.vue index 6fd16db..b026af5 100644 --- a/src/components/main/MainMemberProfile.vue +++ b/src/components/main/MainMemberProfile.vue @@ -2,7 +2,7 @@