@hmcts/ccd-case-ui-toolkit 7.3.68-srt-rc-1 → 7.3.68-srt-rc-2

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.
@@ -15814,7 +15814,7 @@ class ReadComplexFieldComponent extends AbstractFieldReadComponent {
15814
15814
 
15815
15815
  class ReadDateFieldComponent extends AbstractFieldReadComponent {
15816
15816
  caseNotifier;
15817
- static SERVICES_RENDERED_IN_LOCAL_TIME = ['ABA1', 'ABA2', 'ABA6']; // [DIVORCE, FR, PROBATE]
15817
+ static SERVICES_RENDERED_IN_LOCAL_TIME = ['ABA2', 'ABA6']; // [FR, PROBATE]
15818
15818
  caseSubscription;
15819
15819
  caseHmctsServiceId;
15820
15820
  constructor(caseNotifier) {