Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
(hoooooony) committed May 10, 2024
2 parents 07de92d + e69d12b commit 6580149
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function EventCard({
>
<EventContent html={event.content} />
</div>
<div className={styles.eventUpdatedAt}>{event.start_date.replace(/-/g, '.')}</div>
<div className={styles.eventUpdatedAt}>{`${event.start_date.replace(/-/g, '.')} - ${event.end_date.replace(/-/g, '.')}`}</div>
</div>
</div>
);
Expand Down

0 comments on commit 6580149

Please sign in to comment.