fix: lint errors introduced in PR#10225 (#10230)
This commit is contained in:
@@ -35,9 +35,8 @@ const MeetingTimeInTimezones = ({
|
||||
endTime,
|
||||
}: MeetingTimeInTimezonesProps) => {
|
||||
if (!userTimezone || !attendees.length) return null;
|
||||
|
||||
|
||||
// If attendeeTimezone is unsupported, we fallback to host timezone. Unsupported Attendee timezone can be used due to bad API booking request in the past | backward-compatibility
|
||||
|
||||
const attendeeTimezones = attendees.map((attendee) => {
|
||||
return isSupportedTimeZone(attendee.timeZone) ? attendee.timeZone : userTimezone;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user