diff --git a/src/components/calendar/CalendarEventPopover.tsx b/src/components/calendar/CalendarEventPopover.tsx index 59fa976..4386327 100644 --- a/src/components/calendar/CalendarEventPopover.tsx +++ b/src/components/calendar/CalendarEventPopover.tsx @@ -116,7 +116,8 @@ export default function CalendarEventPopover({
{locations.map((location: string, index: number) => - location !== "ONLINE" && location !== "ОНЛАЙН" ? ( + location.toUpperCase() !== "ONLINE" && + location.toUpperCase() !== "ОНЛАЙН" ? (