From f9cf3d5ef9f59c63c3d011808d910f24bae73fab Mon Sep 17 00:00:00 2001 From: "Cal H." Date: Sun, 24 Aug 2025 17:11:23 +0100 Subject: [PATCH] Fix project type display in ModerationQueueCard (#4248) Signed-off-by: Cal H. --- .../src/components/ui/moderation/ModerationQueueCard.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/frontend/src/components/ui/moderation/ModerationQueueCard.vue b/apps/frontend/src/components/ui/moderation/ModerationQueueCard.vue index 3fd78900..f60740c9 100644 --- a/apps/frontend/src/components/ui/moderation/ModerationQueueCard.vue +++ b/apps/frontend/src/components/ui/moderation/ModerationQueueCard.vue @@ -78,7 +78,7 @@ props.queueEntry.project.project_types.map(formatProjectType).join(', ') }} {{ - formatProjectType(props.queueEntry.project.project_type ?? 'project').substring(0, 3) + props.queueEntry.project.project_types.map(formatProjectType).join(', ') }}