Skip to content

Commit 5d9c1f6

Browse files
committed
Fix highContrast option being derived from mapPalette
During the introduction of the `mapPalette` parameter, the constructor parameters of the views changed temporarily, but this change wasn't rolled back properly before comitting.
1 parent e3e06da commit 5d9c1f6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/js/wn/warming-navigator.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ export default class WarmingNavigator {
6161
rySelector,
6262
language,
6363
palette,
64-
mapPalette,
6564
highContrast,
6665
);
6766
views.push(singleRecordView);
@@ -74,7 +73,6 @@ export default class WarmingNavigator {
7473
rySelector,
7574
language,
7675
palette,
77-
mapPalette,
7876
highContrast,
7977
);
8078
views.push(gridView);

0 commit comments

Comments
 (0)