+
+ 약속명 {meetingName}
+
+
+ 주최자 {hostName}
+
+ {!isOnlyDaysOptionChecked && (
+
+ 약속 시간 {startTime} ~ {endTime}
+
+ )}
+
+
가능 날짜
+ {groupDates(selectedDates).map(([monthYear, dates]) => {
+ const [year, month] = monthYear.split('-');
+ return (
+
+
+ {year}년 {month}월
+
+
{dates.join(', ')}
+
+ );
+ })}
+
+
+