diff --git a/apps/frontend/src/components/ui/moderation/ModerationQueueCard.vue b/apps/frontend/src/components/ui/moderation/ModerationQueueCard.vue index 3fd78900e..f60740c95 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(', ') }}