Skip to content

Commit c271482

Browse files
committed
1 parent 0855e59 commit c271482

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/conditionsMeet.js

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default function conditionsMeet(condition, formData) {
3838
let condMeatOnce = refVal.some(val =>
3939
conditionsMeet(refCondition, val)
4040
);
41+
// It's either true for an element in an array or for the whole array
4142
return (
4243
condMeatOnce ||
4344
checkField(refVal, toRelCondition(refCondition, formData))

0 commit comments

Comments
 (0)