@hmcts/ccd-case-ui-toolkit 6.16.1-rc1 → 6.16.1-rc2

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.
@@ -4651,6 +4651,9 @@
4651
4651
  var _a = __read(path.split(/[_]+/g)), _ = _a[0], pathTail = _a.slice(1);
4652
4652
  return this.findValueForComplexCondition(fields[head], tail[0], tail.slice(1), pathTail.join('_'));
4653
4653
  }
4654
+ else if (!fields[head]) {
4655
+ return this.findValueForComplexCondition(fields, tail[0], tail.slice(1), path);
4656
+ }
4654
4657
  else {
4655
4658
  return this.findValueForComplexCondition(fields[head], tail[0], tail.slice(1), path);
4656
4659
  }