We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67a4c44 commit 1402928Copy full SHA for 1402928
ui/src/pages/embed/events.vue
@@ -83,7 +83,7 @@
83
:owner="{type: 'user', ...event.originator.user}"
84
/>
85
</span>
86
- {{ event.title }}
+ {{ event.title || event.topic.title }}
87
<v-spacer />
88
<span class="mr-4">{{ dayjs(event.date).fromNow() }}</span>
89
</v-expansion-panel-title>
0 commit comments