currently, MatchTiles populates information with the old data format. Use the new data format to correctly populate the tiles. I would do this by adding a console.log(match) to matches/[slug]/page.js to see the new format. Then, just update all erroring fields.
This should be very easy; I believe we will be able to remove the outdated services/extractSetScores.js as this data is directly in the Firebase now :)
currently,
MatchTiles
populates information with the old data format. Use the new data format to correctly populate the tiles. I would do this by adding aconsole.log(match)
tomatches/[slug]/page.js
to see the new format. Then, just update all erroring fields.This should be very easy; I believe we will be able to remove the outdated
services/extractSetScores.js
as this data is directly in the Firebase now :)