Skip to content

Commit

Permalink
added end time
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelgeek committed Oct 24, 2024
1 parent 898155b commit fd9da5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/sessions/SessionGridCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ export const SessionGridCard = ({
<div className="m-4 flex flex-1 flex-wrap">
<div>
<h3 className="text-light text-sm mt-4 w-full">
@ {hour(schedule.start_date_time)} |{' '}
@ {hour(schedule.start_date_time)} -{' '}
{hour(schedule.end_date_time)} |{' '}
{schedule.rooms?.map((venue) => (
<span key={venue.id} className="rooms">
{venue.title}
Expand Down

0 comments on commit fd9da5e

Please sign in to comment.