Skip to content

Commit bedfe86

Browse files
committed
test fixes; lint
Signed-off-by: Ihor Dykhta <dikhta.igor@gmail.com>
1 parent a520dbd commit bedfe86

2 files changed

Lines changed: 150 additions & 588 deletions

File tree

src/reducers/src/vis-state-updaters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3532,7 +3532,7 @@ export function wmsFeatureInfoUpdater<S extends VisState>(
35323532
): S {
35333533
const {layer, featureInfo, coordinate} = action;
35343534
if (!layer) {
3535-
Console.warn(`WMS feature info layer doesn't exist`);
3535+
console.warn(`WMS feature info layer doesn't exist`);
35363536
return state;
35373537
}
35383538

0 commit comments

Comments
 (0)