diff --git a/src/components/calendar/CalendarEventPopover.tsx b/src/components/calendar/CalendarEventPopover.tsx index ea8a4d9..94d3a07 100644 --- a/src/components/calendar/CalendarEventPopover.tsx +++ b/src/components/calendar/CalendarEventPopover.tsx @@ -118,9 +118,11 @@ export default function CalendarEventPopover({ {locations.map((location: string, index: number) => location.toUpperCase() !== "ONLINE" && location.toUpperCase() !== "ОНЛАЙН" ? ( -
+
) : ( -

+

{location.concat( index !== locations.length - 1 ? " / " : "", )}