Hide missing comment

This commit is contained in:
2026-01-11 17:59:24 +01:00
parent 8ca5fa2d53
commit 853a9cc36f

View File

@@ -46,7 +46,7 @@ export default {
<span v-if="options.comment && type == 'post'" class="comment">{{ options.comment }}</span> <span v-if="options.comment && type == 'post'" class="comment">{{ options.comment }}</span>
</a> </a>
<div style="display:none"> <div style="display:none">
<span ref="comment" class="lb-caption-line comment desktop" :title="options.comment"> <span v-if="options.comment" ref="comment" class="lb-caption-line comment desktop" :title="options.comment">
<spotIcon :icon="'post'" :classes="'fa-lg fa-fw push'" /> <spotIcon :icon="'post'" :classes="'fa-lg fa-fw push'" />
<span class="comment-text">{{ options.comment }}</span> <span class="comment-text">{{ options.comment }}</span>
</span> </span>