Merge pull request #3601 from pixelfed/staging

Hide timestamp on deleted posts on dashboard
This commit is contained in:
daniel 2022-08-01 19:56:57 -06:00 committed by GitHub
commit a2082367a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>