Fix empty domain tag showing up for remote event from local actor
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
e26c431350
commit
41f54ef2f3
@ -120,7 +120,7 @@
|
||||
<b-icon icon="link" />
|
||||
</p>
|
||||
</template>
|
||||
<template v-if="!event.local && organizer">
|
||||
<template v-if="!event.local && organizer.domain">
|
||||
<a :href="event.url">
|
||||
<tag>{{ organizer.domain }}</tag>
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user