Hide timestamp on deleted posts on dashboard

This commit is contained in:
Daniel Supernault 2022-08-01 19:56:37 -06:00
parent b700790bb4
commit 102baa517e
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@
</div>
<div>
<div class="d-flex" style="font-size: 13px;">
<div v-if="item.account" class="d-flex" style="font-size: 13px;">
<div v-text="timeAgo(item.created_at)" class="small text-light"></div>
</div>
</div>