fix build errrors detected by sonarcloud
This commit is contained in:
parent
30fb29e437
commit
78ac5e68c8
|
@ -50,7 +50,6 @@ const untaggedRoadsLayer = {
|
|||
["*", ["get", "offset_direction"], 8],
|
||||
],
|
||||
},
|
||||
minzoom: 12,
|
||||
};
|
||||
|
||||
const getUntaggedRoadsLayer = (colorAttribute, maxCount) =>
|
||||
|
|
|
@ -69,13 +69,6 @@ export const initialState: MapConfig = {
|
|||
obsRegions: {
|
||||
show: true,
|
||||
},
|
||||
filters: {
|
||||
currentUser: false,
|
||||
dateMode: "none",
|
||||
startDate: null,
|
||||
endDate: null,
|
||||
thresholdAfter: true,
|
||||
},
|
||||
};
|
||||
|
||||
type MapConfigAction = {
|
||||
|
|
Loading…
Reference in a new issue