mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Hide timestamp on deleted posts on dashboard
This commit is contained in:
parent
b700790bb4
commit
102baa517e
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<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 v-text="timeAgo(item.created_at)" class="small text-light"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue