mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 08:44:49 +00:00
Merge pull request #3601 from pixelfed/staging
Hide timestamp on deleted posts on dashboard
This commit is contained in:
commit
a2082367a1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue