Fullscreen page: add new mock match state (the backend knows what to do)

This commit is contained in:
Felix Hamme 2019-11-08 18:21:46 +01:00
parent 66e9a2e1a5
commit 1720aa9bc2
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ function FullscreenPageHeader(props) {
const matchFilters = {
'all': {backend: null, label: 'alle'},
'in_progress': {backend: 'in_progress', label: 'laufend'},
'upcoming': {backend: 'upcoming', label: 'kommend'},
'not_started': {backend: 'not_started', label: 'bereit zum Starten'},
'finished': {backend: 'finished', label: 'beendet'},
'single_team': {backend: 'single_team', label: 'ohne Gegner'},