Merge pull request #3601 from pixelfed/staging

Hide timestamp on deleted posts on dashboard
pull/3627/head
daniel 3 years ago committed by GitHub
commit a2082367a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save