diff --git a/packages/features/calendars/DestinationCalendarSelector.tsx b/packages/features/calendars/DestinationCalendarSelector.tsx index 4cf7ffde07..52a11e793d 100644 --- a/packages/features/calendars/DestinationCalendarSelector.tsx +++ b/packages/features/calendars/DestinationCalendarSelector.tsx @@ -138,7 +138,7 @@ const DestinationCalendarSelector = ({ Default{" "} {queryDestinationCalendar.name && - `${queryDestinationCalendar.name} (${queryDestinationCalendar?.integrationTitle} - ${queryDestinationCalendar.primaryEmail})`} + `${queryDestinationCalendar?.integrationTitle} - ${queryDestinationCalendar.primaryEmail}`} ) }