ai generated solutions to our ai generated problems

This commit is contained in:
Heidi
2026-06-17 23:48:39 +01:00
parent dbac05fb4d
commit 7572cfb0c3
+1 -2
View File
@@ -132,8 +132,7 @@ function gameParticipants(game) {
} }
function displayTeamName(value) { function displayTeamName(value) {
const name = String(value || '').trim() return String(value || '').trim()
return /^\d+$/.test(name) ? '' : name
} }
function ParticipantNames({ participants }) { function ParticipantNames({ participants }) {