From 7de4e55badd38aa969fb7181f5889e9f03ab757b Mon Sep 17 00:00:00 2001 From: "Calum H." Date: Sat, 27 Dec 2025 00:24:08 +0000 Subject: [PATCH] feat: fix report msgs not showing (#4974) --- .../ui/moderation/ModerationReportCard.vue | 40 ++++++++++++++++--- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/apps/frontend/src/components/ui/moderation/ModerationReportCard.vue b/apps/frontend/src/components/ui/moderation/ModerationReportCard.vue index 3b81942c1..5fe31f92d 100644 --- a/apps/frontend/src/components/ui/moderation/ModerationReportCard.vue +++ b/apps/frontend/src/components/ui/moderation/ModerationReportCard.vue @@ -31,9 +31,12 @@
- {{ - formatRelativeTime(report.created) - }} + + {{ formatRelativeTime(report.created) }} +