diff --git a/apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx b/apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx index a907272801..c5ac6d40f7 100644 --- a/apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx +++ b/apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx @@ -349,15 +349,17 @@ export const CapCard = ({ "top-2 right-2 flex-col gap-2 z-[51]", )} > - { - e.stopPropagation(); - setIsSharingDialogOpen(true); - }} - className="delay-0" - icon={} - /> + {isOwner && ( + { + e.stopPropagation(); + setIsSharingDialogOpen(true); + }} + className="delay-0" + icon={} + /> + )}