fix: gaps

This commit is contained in:
Julien Calixte
2026-02-17 13:36:29 +01:00
parent 103b23884f
commit c4dd418cd8
2 changed files with 10 additions and 5 deletions

View File

@@ -41,11 +41,13 @@ const { notes, isLoading, canLoadMore, onLoadMore, getAuthor } =
>
{{ getAuthor(note.did) }}
</router-link>
<span v-if="note.publishedAt"
>&nbsp;&nbsp;{{
<template v-if="note.publishedAt">
<span>&nbsp;&nbsp;</span>
<span>{{
new Date(note.publishedAt).toLocaleDateString()
}}
</span>
}}</span>
</template>
<div v-else class="skeleton h-4 w-20"></div>
</div>
</div>