ScorchChess / whiplash-build

Build for public-facing tournament pages. "Results Automatically-Pinged from Lichess And Chess.com (RIPLACh)"
https://results.scorchchess.co.uk/
2 stars 0 forks source link

Teams Page broken in Dashboard Branch #13

Open Ellipsoul opened 4 years ago

Ellipsoul commented 4 years ago

Line 50, Teams.tsx teams.sort((a, b) => a.name?.toLowerCase().charCodeAt(0) - b.name?.toLowerCase().charCodeAt(0));

a.name, b.name were rendering as null at least once, causing page to break. I added conditional chaining to the name property and the page now loads, however no profile pictures are being rendered

Screenshot 2020-10-07 at 16 36 39