You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
front: simplify OP matching in useOutputTableData()
We were using a map keyed by the name and ch of OPs. This is more
complicated than it needs to be and isn't robust (there is no
guarantee that names+ch are unique).
Instead, just use the OP ID.
0 commit comments