refactor: entferne veralteten fetch-Block für gisLinesStatus aus MapComponent

- fetch(...) durch Redux-Thunk ersetzt
- Daten werden zentral über fetchLineStatusAndLinesThunk bereitgestellt
- keine Redundanz oder Datenverluste festgestellt
This commit is contained in:
ISA
2025-05-21 14:59:05 +02:00
parent 6885768bed
commit 2f4c264b4b
2 changed files with 1 additions and 35 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.132";
export const APP_VERSION = "1.1.133";