[#465] changed render to show delete option when event is Own (#543)

Co-authored-by: Camille Moussu <cmoussu@linagora.com>
This commit is contained in:
Camille Moussu
2026-02-17 09:47:57 +01:00
committed by GitHub
parent f8e159a618
commit c7843f8d69
4 changed files with 12 additions and 18 deletions
+1 -1
View File
@@ -380,7 +380,7 @@ export default function EventPreviewModal({
setOpenDuplicateModal(true);
}}
/>
{isOrganizer && (
{isOwn && (
<MenuItem
onClick={async () => {
if (isRecurring) {