Skip to content

Commit

Permalink
If the data is not valid, then we dont display anything.
Browse files Browse the repository at this point in the history
  • Loading branch information
amatilda committed May 17, 2024
1 parent 5c7497b commit 8a365a3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ ${
return `zunoChangedBy(${makeLinear(expression[0])}, ${makeLinear(expression[2])})`
}
else if (expression[1] === OperatorType.zunoChanged) {
if (makeLinear(expression[0]) === '')
return ('');
return `zunoChanged(${makeLinear(expression[0])})`
}

Expand Down

0 comments on commit 8a365a3

Please sign in to comment.