ato-water-lib 0.0.41 → 0.0.42

Sign up to get free protection for your applications and to get access to all the features.
@@ -8256,7 +8256,7 @@ class AssetFlowComponent {
8256
8256
  // const layer = data?.assetLayer ?? this?.assetLayer ?? ATO_ASSET_LAYERS.FLOW;
8257
8257
  _.forEach(data.nodeDataArray, (node) => {
8258
8258
  if (node?.assetLayers) {
8259
- node.visible = node?.assetLayers === this.assetLayer;
8259
+ node.visible = node?.assetLayers === data.assetLayer;
8260
8260
  }
8261
8261
  });
8262
8262
  this.flowData = {