Javascript error when pausing and resuming a pass

Javascript error when pausing and resuming a pass

Pausing
A Javascript error has occurred!

Please refresh the browser after reporting this issue on Channels Community or to [email protected].
n.EQ is undefined
ID@components/Rule.js:59
render@react-dom/cjs/react-dom.production.min.js:182
gi@react-dom/cjs/react-dom.production.min.js:181
fi@react-dom/cjs/react-dom.production.min.js:263
a@react-dom/cjs/react-dom.production.min.js:246
Qj@react-dom/cjs/react-dom.production.min.js:246
Kj@react-dom/cjs/react-dom.production.min.js:239
c@react-dom/cjs/react-dom.production.min.js:123
b@scheduler/cjs/scheduler.production.min.js:19
If@react-dom/cjs/react-dom.production.min.js:122
Ga@react-dom/cjs/react-dom.production.min.js:123
fg@react-dom/cjs/react-dom.production.min.js:122
gg@react-dom/cjs/react-dom.production.min.js:230
Ig@react-dom/cjs/react-dom.production.min.js:132
enqueueSetState@react/cjs/react.production.min.js:12
setState@components/Rule.js:22
[email protected]:74
call@regenerator-runtime/runtime.js:63
innerFn@regenerator-runtime/runtime.js:293
_invoke@regenerator-runtime/runtime.js:118
u@http://192.168.1.4:8089/bundle.js:422
u@http://192.168.1.4:8089/bundle.js:422

Resuming
A Javascript error has occurred!

Please refresh the browser after reporting this issue on Channels Community or to [email protected].
n.EQ is undefined
ID@components/Rule.js:59
render@react-dom/cjs/react-dom.production.min.js:182
gi@react-dom/cjs/react-dom.production.min.js:181
fi@react-dom/cjs/react-dom.production.min.js:263
a@react-dom/cjs/react-dom.production.min.js:246
Qj@react-dom/cjs/react-dom.production.min.js:246
Kj@react-dom/cjs/react-dom.production.min.js:239
c@react-dom/cjs/react-dom.production.min.js:123
b@scheduler/cjs/scheduler.production.min.js:19
If@react-dom/cjs/react-dom.production.min.js:122
Ga@react-dom/cjs/react-dom.production.min.js:123
fg@react-dom/cjs/react-dom.production.min.js:122
gg@react-dom/cjs/react-dom.production.min.js:230
Ig@react-dom/cjs/react-dom.production.min.js:132
enqueueSetState@react/cjs/react.production.min.js:12
setState@components/Rule.js:28
[email protected]:74
call@regenerator-runtime/runtime.js:63
innerFn@regenerator-runtime/runtime.js:293
_invoke@regenerator-runtime/runtime.js:118
u@http://192.168.1.4:8089/bundle.js:422
u@http://192.168.1.4:8089/bundle.js:422

Logs have been submitted as a950f061-ddb1-4c90-a58b-68204c5b6c7f

This appears to only be happening with passes that have nothing in "EQ": {}
If I modify one of many that get the error and add "EQ": { "Tags": "New"} no Javascript error.
Remove it and I get the error when pausing and resuming the pass.

Fixed