Skip to content
Snippets Groups Projects
Commit 2b564e8f authored by Konrad Mohrfeldt's avatar Konrad Mohrfeldt :koala:
Browse files

fix: show episode fallback title for empty titles as well

refs #276
parent 6a86fdf6
No related branches found
No related tags found
No related merge requests found
Pipeline #7559 failed
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<span class="tw-truncate tw-max-w-[200px]"> <span class="tw-truncate tw-max-w-[200px]">
<template v-if="!isLoadingNote"> <template v-if="!isLoadingNote">
<template v-if="note"> <template v-if="note">
{{ note.title }} {{ note.title || t('noneSetMasculine') }}
</template> </template>
<span v-else class="tw-text-sm tw-text-gray-500"> <span v-else class="tw-text-sm tw-text-gray-500">
{{ t('noneSetMasculine') }} {{ t('noneSetMasculine') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment