feat: indicators
Some checks failed
Playwright Tests / test (push) Has been cancelled

This commit is contained in:
Loic Coenen
2025-10-31 14:29:46 +01:00
parent b2a5031056
commit 0ee7532a30
13 changed files with 278 additions and 48 deletions

View File

@@ -33,7 +33,7 @@ export const reducerInner = (state: State, action: Action): State => {
else if(action.type === loadTrainScheduleSuccess) {
return {
...state,
liveboard: (action as LoadTrainScheduleSuccess).liveboard,
departures: (action as LoadTrainScheduleSuccess).departures,
trainScheduleLoading: false,
}
}