diff --git a/src/app/components/edit-tool-group/update-tool-group/update-tool-group.component.ts b/src/app/components/edit-tool-group/update-tool-group/update-tool-group.component.ts index a9397b1e..8419ebcd 100644 --- a/src/app/components/edit-tool-group/update-tool-group/update-tool-group.component.ts +++ b/src/app/components/edit-tool-group/update-tool-group/update-tool-group.component.ts @@ -115,7 +115,10 @@ export class UpdateToolGroupComponent } if (type === RuleTypeEnum.PRAXIS) { // Test confidence - const confidenceValues = this.getValues(type, PraxisTypeEnum.CONFIDENCE); + const confidenceValues = this.getValues( + type, + PraxisTypeEnum.CONFIDENCE, + ); const confidenceCodeChanges = !this.isEqual( confidenceValues.initialCodes, super.getCodes(this.selectedPraxisConfidence),