Skip to content

Commit

Permalink
๐Ÿš€ ver3.0.3
Browse files Browse the repository at this point in the history
๋ณ€๊ฒฝ์‚ฌํ•ญ
๋‚ ์งœ์— ์š”์ผ ํ‘œ์‹œ ์ถ”๊ฐ€
  • Loading branch information
Changyu-Ryou authored Dec 15, 2021
2 parents 98cd1d2 + 0da104d commit 2919397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function MeetingList({
const filteredMeetings = meetings.filter(el => el.date === date);
return (
<DateWrapper key={dateListIdx} className="date-list">
<DateLabel>{dayjs(date).format('MM์›” DD์ผ')}</DateLabel>
<DateLabel>{dayjs(date).format('MM์›” DD์ผ dddd')}</DateLabel>
{filteredMeetings.map((meeting, meetingIdx) => {
return (
<div key={meeting.id}>
Expand Down

0 comments on commit 2919397

Please sign in to comment.