style: fix prettier formatting issues
- Fix formatting in Calendar.css, Calendar.tsx - Fix formatting in Menubar.tsx - Fix formatting in eventUtils.ts
This commit is contained in:
@@ -242,7 +242,7 @@ export function calendarEventToJCal(
|
||||
});
|
||||
return ["vcalendar", [], [vevent, vtimezone.component.jCal]];
|
||||
}
|
||||
|
||||
|
||||
const vtimezone = new ICAL.Timezone({
|
||||
component: timezoneData.ics,
|
||||
tzid: event.timezone,
|
||||
|
||||
Reference in New Issue
Block a user