Fix embed of actor card

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-03-23 12:33:27 +01:00
parent e7ce24966b
commit 9d3cd05e33
2 changed files with 35 additions and 27 deletions

View File

@@ -48,9 +48,10 @@
!event.attributedTo || !event.options.hideOrganizerWhenGroupEvent
"
:actor="event.attributedTo"
:inline="true"
/>
<actor-card v-else :actor="event.organizerActor" />
</router-link>
<actor-card v-else :actor="event.organizerActor" :inline="true" />
<actor-card
:actor="contact"
v-for="contact in event.contacts"