therungg / therun-frontend

Frontend for therun.gg
https://therun-fr-therun.vercel.app
MIT License
26 stars 8 forks source link

Live page detail panel doesn't work for people with a username starting with a number #15

Open therungg opened 1 year ago

therungg commented 1 year ago

If a user's name starts with a number, it will be sorted on the bottom by default. My temporary solution is to add a space in front of the user's name, which fixes it, but will break the detail panel when the user is highlighted.

pages/live.tsx:380