Skip to content

Commit

Permalink
fix: revert commit fd5d2ac, which wasn't unnecessary after all
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Sep 29, 2023
1 parent b495590 commit 7be3462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class MeasureCriteria extends Component {
}

let [op1 = OP1_DEFAULT, v1 = EMPTY, op2 = OP2_DEFAULT, v2 = EMPTY] =
props.value.split(/[;:]/)
props.value && props.value.split(/[;:]/)

if (
[LESS_THAN_OPERATOR_ID, LESS_THAN_OR_EQUAL_OPERATOR_ID].includes(
Expand Down

0 comments on commit 7be3462

Please sign in to comment.