Fix project type display in ModerationQueueCard (#4248)

Signed-off-by: Cal H. <hendersoncal117@gmail.com>
This commit is contained in:
Cal H.
2025-08-24 17:11:23 +01:00
committed by GitHub
parent e7d933411e
commit f9cf3d5ef9

View File

@@ -78,7 +78,7 @@
props.queueEntry.project.project_types.map(formatProjectType).join(', ')
}}</span>
<span class="sm:hidden">{{
formatProjectType(props.queueEntry.project.project_type ?? 'project').substring(0, 3)
props.queueEntry.project.project_types.map(formatProjectType).join(', ')
}}</span>
</span>