feat: display concerts

This commit is contained in:
Cory Dransfeldt 2024-08-02 16:54:09 -07:00
parent e591a00888
commit 70c8138064
No known key found for this signature in database
12 changed files with 68 additions and 7 deletions

View file

@ -254,5 +254,6 @@ export default {
}
return `${allButLast} and ${last}`
}
},
formatVenue: (venue) => venue.split(',')[0].trim()
}