ai generated solutions to our ai generated problems
This commit is contained in:
@@ -132,8 +132,7 @@ function gameParticipants(game) {
|
||||
}
|
||||
|
||||
function displayTeamName(value) {
|
||||
const name = String(value || '').trim()
|
||||
return /^\d+$/.test(name) ? '' : name
|
||||
return String(value || '').trim()
|
||||
}
|
||||
|
||||
function ParticipantNames({ participants }) {
|
||||
|
||||
Reference in New Issue
Block a user