@pocketprep/ui-kit 3.4.54 → 3.4.55

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.
@@ -19899,8 +19899,10 @@ let st = class extends Me {
19899
19899
  });
19900
19900
  return !T.some((E) => E == null ? void 0 : E.startsWith("d")) && D.length === z.length;
19901
19901
  }
19902
- if (((R = this.question) == null ? void 0 : R.type) === "Matrix Radio Button" && this.matrixRadioGrid && this.matrixRadioGrid[s])
19903
- return this.matrixRadioGrid[s] && this.matrixRadioGrid[s].value ? this.matrixRadioGrid[s].value.startsWith("a") : !1;
19902
+ if (((R = this.question) == null ? void 0 : R.type) === "Matrix Radio Button" && this.matrixRadioGrid && this.matrixRadioGrid[s]) {
19903
+ const D = this.matrixRadioGrid[s].value;
19904
+ return D ? D.startsWith("a") : !1;
19905
+ }
19904
19906
  }
19905
19907
  return !1;
19906
19908
  }