removed ternary added v-if

This commit is contained in:
Mo Zargham 2019-12-27 15:17:13 -05:00
parent 3234c2e861
commit 3db3cb1171

View File

@ -48,7 +48,7 @@
<!-- Post language -->
<ds-tag v-if="post.language" class="category-tag language">
<base-icon name="globe" />
{{post.language ? post.language.toUpperCase(): null}}
{{post.language.toUpperCase()}}
</ds-tag>
</div>
<ds-space margin-bottom="small" />