@hmcts/ccpay-web-component 4.0.0-beta457 → 4.0.0-beta458
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/bundles/hmcts-ccpay-web-component.umd.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.js.map +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js +1 -1
- package/bundles/hmcts-ccpay-web-component.umd.min.js.map +1 -1
- package/esm2015/lib/components/refund-status/refund-status.component.js +2 -2
- package/esm5/lib/components/refund-status/refund-status.component.js +2 -2
- package/fesm2015/hmcts-ccpay-web-component.js +1 -1
- package/fesm2015/hmcts-ccpay-web-component.js.map +1 -1
- package/fesm5/hmcts-ccpay-web-component.js +1 -1
- package/fesm5/hmcts-ccpay-web-component.js.map +1 -1
- package/package.json +1 -1
|
@@ -7755,7 +7755,7 @@ var RefundStatusComponent = /** @class */ (function () {
|
|
|
7755
7755
|
this.refundReasons = [];
|
|
7756
7756
|
this.isRefundBtnDisabled = true;
|
|
7757
7757
|
this.allowedRolesToAccessRefund = ['payments-refund-approver', 'payments-refund'];
|
|
7758
|
-
this.isLastUpdatedByCurrentUser =
|
|
7758
|
+
this.isLastUpdatedByCurrentUser = true;
|
|
7759
7759
|
}
|
|
7760
7760
|
/**
|
|
7761
7761
|
* @return {?}
|