diff --git a/config/appVersion.js b/config/appVersion.js index cc7a97494..51b873710 100644 --- a/config/appVersion.js +++ b/config/appVersion.js @@ -1,2 +1,2 @@ // /config/appVersion -export const APP_VERSION = "1.1.55"; +export const APP_VERSION = "1.1.56"; diff --git a/redux/slices/mapLayersSlice.js b/redux/slices/mapLayersSlice.js index 7ec0ee642..b47ff0a39 100644 --- a/redux/slices/mapLayersSlice.js +++ b/redux/slices/mapLayersSlice.js @@ -15,7 +15,8 @@ const initialState = { Messstellen: true, TALASICL: true, DAUZ: true, - SMSFunkmodem: true, + SMSFunkmodem: true, // ✅ Hier sicherstellen, dass es existiert + TKKomponenten: true, // ✅ Hier sicherstellen, dass es existiert Sonstige: true, };