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 +1 -1
- package/sf-i-events.js +1 -1
- package/src/sf-i-events.ts +1 -1
package/package.json
CHANGED
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);
|
package/src/sf-i-events.ts
CHANGED
|
@@ -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);
|