perf: Del ticket comment mistake date

This commit is contained in:
feng
2024-07-17 10:51:40 +08:00
parent a0d443b8b0
commit 668d2e6fc4

View File

@@ -11,8 +11,6 @@
</a>
<div class="media-body ">
<strong>{{ item.user_display }}</strong>
<small class="text-muted">{{ formatTime(item.date_created) }}</small>
<br>
<small class="text-muted">{{ item.date_created | date }}</small>
<MarkDown :value="item.body" />
</div>