Recurring event doesn't neccessarily mean an event that requires confirmation. We need to show the recurring option nevertheless. (#9393)

This commit is contained in:
Jeroen Reumkens 2023-06-07 23:57:47 +02:00 committed by zomars
parent 2c47cb6a3b
commit 62ec3de0b1

View File

@ -136,7 +136,7 @@ export const EventDetails = ({ event, blocks = defaultEventDetailsBlocks }: Even
);
case EventDetailBlocks.OCCURENCES:
if (!event.requiresConfirmation || !event.recurringEvent) return null;
if (!event.recurringEvent) return null;
return (
<EventMetaBlock key={block} icon={RefreshCcw}>