RunSignUp-Team / RunSignup-Mobile-Timing-App

Apache License 2.0
3 stars 0 forks source link

MAX_SAFE_INTEGER display in Results Mode #69

Closed chelseaRSU closed 1 year ago

chelseaRSU commented 1 year ago

If the user records more bibs in Chute Mode than times in Finish Line Mode then in Results mode they click on one of the rows that has a bib but not a time, the time displays as a huge number (because even though it's blank on the screen, it is actually the MAX_SAFE_INTEGER. We need to display it as 00:00:00.00 when it is the MAX_SAFE_INTEGER in Results Mode.