ai generated solutions to our ai generated problems
This commit is contained in:
@@ -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 }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user