Skip to content

Commit

Permalink
fix(frontend): show left label in calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Nov 4, 2024
1 parent 266fe11 commit 9c9f1d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/frontend/app/routes/_dashboard.calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,8 @@ const DisplayCalendarEvent = ({
}: { calEvent: CalendarEventPartFragment }) => {
return (
<MetadataDisplayItem
altName={calEvent.episodeName || calEvent.metadataTitle}
metadataId={calEvent.metadataId}
noLeftLabel
altName={calEvent.episodeName || calEvent.metadataTitle}
rightLabel={`${match(calEvent.metadataLot)
.with(
MediaLot.Show,
Expand Down

0 comments on commit 9c9f1d6

Please sign in to comment.