sf-i-events 1.0.957 → 1.0.958

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-i-events",
3
3
  "private": false,
4
- "version": "1.0.957",
4
+ "version": "1.0.958",
5
5
  "description": "Superflows Navigation Component",
6
6
  "main": "sf-i-events.js",
7
7
  "module": "sf-i-events.js",
package/sf-i-events.js CHANGED
@@ -3403,7 +3403,7 @@ let SfIEvents = class SfIEvents extends LitElement {
3403
3403
  this.maxRiskResidual = tempMaxRiskResidualLocal;
3404
3404
  }
3405
3405
  let showFinRisk = false;
3406
- if (this.selectedFeatures.indexOf('contracts') < 0 && this.selectedFeatures.indexOf('notices') && this.selectedFeatures.indexOf('licenses') < 0 && this.selectedFeatures.indexOf('rcmresources') < 0) {
3406
+ if (this.selectedFeatures.indexOf('contracts') < 0 && this.selectedFeatures.indexOf('notices') && this.selectedFeatures.indexOf('licenses') < 0 && this.selectedFeatures.indexOf('rcmresources') < 0 && this.finRiskCurrency != "") {
3407
3407
  showFinRisk = true;
3408
3408
  }
3409
3409
  //console.log('final risk severities', this.riskSeverityData);
@@ -5722,7 +5722,7 @@ export class SfIEvents extends LitElement {
5722
5722
  }
5723
5723
 
5724
5724
  let showFinRisk = false
5725
- if (this.selectedFeatures.indexOf('contracts') < 0 && this.selectedFeatures.indexOf('notices') && this.selectedFeatures.indexOf('licenses') < 0 && this.selectedFeatures.indexOf('rcmresources') < 0) {
5725
+ if (this.selectedFeatures.indexOf('contracts') < 0 && this.selectedFeatures.indexOf('notices') && this.selectedFeatures.indexOf('licenses') < 0 && this.selectedFeatures.indexOf('rcmresources') < 0 && this.finRiskCurrency != "") {
5726
5726
  showFinRisk = true
5727
5727
  }
5728
5728
  //console.log('final risk severities', this.riskSeverityData);