feat: display concerts
This commit is contained in:
parent
e591a00888
commit
70c8138064
12 changed files with 68 additions and 7 deletions
|
@ -254,5 +254,6 @@ export default {
|
|||
}
|
||||
|
||||
return `${allButLast} and ${last}`
|
||||
}
|
||||
},
|
||||
formatVenue: (venue) => venue.split(',')[0].trim()
|
||||
}
|
Reference in a new issue