Skip to content

Commit

Permalink
fix(frontend): do not display left label in calendar page
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Feb 13, 2025
1 parent 34dce38 commit 0ed0ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/frontend/app/routes/_dashboard.calendar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ const CalendarEvent = (props: {
<ApplicationGrid>
{props.data.events.map((calEvent) => (
<MetadataDisplayItem
noLeftLabel
key={calEvent.calendarEventId}
altName={calEvent.metadataText}
metadataId={calEvent.metadataId}
Expand Down

0 comments on commit 0ed0ae8

Please sign in to comment.