mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
removed ternary added v-if
This commit is contained in:
parent
3234c2e861
commit
3db3cb1171
@ -48,7 +48,7 @@
|
|||||||
<!-- Post language -->
|
<!-- Post language -->
|
||||||
<ds-tag v-if="post.language" class="category-tag language">
|
<ds-tag v-if="post.language" class="category-tag language">
|
||||||
<base-icon name="globe" />
|
<base-icon name="globe" />
|
||||||
{{post.language ? post.language.toUpperCase(): null}}
|
{{post.language.toUpperCase()}}
|
||||||
</ds-tag>
|
</ds-tag>
|
||||||
</div>
|
</div>
|
||||||
<ds-space margin-bottom="small" />
|
<ds-space margin-bottom="small" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user