myheats

Live heats, scoring and leaderboard for sport events
git clone https://git.in0rdr.ch/myheats.git
Log | Files | Refs | Pull requests | README | LICENSE

commit 3fc5f4315e02c45c6639d29fb959cc51385cc683
parent b5c7c0509ab5c70f9062398dc530ef52c0a5a5c6
Author: Andreas Gruhler <andreas.gruhler@adfinis.com>
Date:   Tue,  4 Apr 2023 10:56:29 +0200

chore: remove unecessary backslash

Diffstat:
Msrc/Leaderboard.js | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/Leaderboard.js b/src/Leaderboard.js @@ -154,7 +154,7 @@ function Leaderboard() { } }) - // // add static ranking options + // add static ranking options const rankOptions = [ { value: 'start', @@ -171,7 +171,7 @@ function Leaderboard() { } ] - // // add dynamic options to rank by best/worst heat + // add dynamic options to rank by best/worst heat const heatOptions = heatOpts.map(h => { return { value: h.value,