Skip to content

Commit 39cf777

Browse files
committed
Update wms uncertainty
1 parent 6a888ed commit 39cf777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Map/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ const Map = (props: MapProps) => {
397397
layer={layerConf.wms_base_url}
398398
opacity={opacity}
399399
show={
400-
showUncertainty || mode === 'advanced' || data === 'past'
400+
showUncertainty || mode !== 'advanced' || data === 'past'
401401
? layerConf.wms_main_layer_name
402402
: layerConf.wms_secondary_layer_name
403403
}

0 commit comments

Comments
 (0)