forked from mirror/pixelfed
Hide timestamp on deleted posts on dashboard
This commit is contained in:
parent
b700790bb4
commit
102baa517e
|
@ -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 New Issue