mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
Replace 1h KO with a catch all category - display only when required
This commit is contained in:
@@ -29,7 +29,7 @@ export const TournamentMarker = forwardRef<
|
||||
? -0.01
|
||||
: tournament.timeControl === TimeControl.Blitz
|
||||
? 0.01
|
||||
: tournament.timeControl === TimeControl.KO
|
||||
: tournament.timeControl === TimeControl.Other
|
||||
? 0.02
|
||||
: 0),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user