fix: off by one

This commit is contained in:
cha0s 2020-06-23 20:18:04 -05:00
parent 92acaa3b86
commit 523a847226

View File

@ -63,7 +63,7 @@ const Condition = ({
: 'number';
return value.operands.slice(1).reduce(
(r, operand, i) => {
const opOnChange = makeOnChange(i);
const opOnChange = makeOnChange(i + 1);
return (
<>
{r}