1
0
Fork 1
mirror of https://example.com synced 2024-11-22 12:26:38 +09:00

fix (minor): fix condition for using default Firefish description

This commit is contained in:
naskya 2024-01-09 05:50:36 +09:00
parent 1aec738200
commit 0ac5a1e474
Signed by: naskya
GPG key ID: 712D413B3A9FED5C
2 changed files with 2 additions and 10 deletions

View file

@ -16,11 +16,7 @@
<div v-if="meta" class="about">
<div
class="desc"
v-html="
meta.description !== ''
? meta.description
: i18n.ts.introFirefish
"
v-html="meta.description ?? i18n.ts.introFirefish"
></div>
</div>
<div class="action">

View file

@ -26,11 +26,7 @@
<div v-if="meta" class="about">
<div
class="desc"
v-html="
meta.description !== ''
? meta.description
: i18n.ts.introFirefish
"
v-html="meta.description ?? i18n.ts.introFirefish"
></div>
</div>
<div class="action">