@hmcts/ccpay-web-component 5.2.10-beta7 → 5.2.10-beta8

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.
@@ -2793,8 +2793,7 @@
2793
2793
  _this.isExceptionRecord = false;
2794
2794
  _this.isAddFeeBtnEnabled = true;
2795
2795
  }
2796
- if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0
2797
- && (recordData['data'].ccd_reference === undefined || recordData['data'].ccd_reference.length == 0)) {
2796
+ if (recordData['data'] && recordData['data'].exception_record_reference && recordData['data'].exception_record_reference.length > 0 && recordData['data'].ccd_reference === undefined) {
2798
2797
  _this.isExceptionRecord = true;
2799
2798
  _this.isAddFeeBtnEnabled = false;
2800
2799
  }