fix build errrors detected by sonarcloud

This commit is contained in:
gluap 2022-10-28 12:04:46 +02:00
parent 30fb29e437
commit 78ac5e68c8
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions

View file

@ -50,7 +50,6 @@ const untaggedRoadsLayer = {
["*", ["get", "offset_direction"], 8], ["*", ["get", "offset_direction"], 8],
], ],
}, },
minzoom: 12,
}; };
const getUntaggedRoadsLayer = (colorAttribute, maxCount) => const getUntaggedRoadsLayer = (colorAttribute, maxCount) =>

View file

@ -69,13 +69,6 @@ export const initialState: MapConfig = {
obsRegions: { obsRegions: {
show: true, show: true,
}, },
filters: {
currentUser: false,
dateMode: "none",
startDate: null,
endDate: null,
thresholdAfter: true,
},
}; };
type MapConfigAction = { type MapConfigAction = {