diff --git a/frontend/src/components/mobile/schedule/ScheduleListCard.jsx b/frontend/src/components/mobile/schedule/ScheduleListCard.jsx index 9f21e37..681e28f 100644 --- a/frontend/src/components/mobile/schedule/ScheduleListCard.jsx +++ b/frontend/src/components/mobile/schedule/ScheduleListCard.jsx @@ -27,8 +27,8 @@ const ScheduleListCard = memo(function ScheduleListCard({ onClick={onClick} className={`cursor-pointer ${className}`} > - {/* 카드 본체 */} -