Condition criteria displays incorrectly

I have the following condition:

(tid < 1 && fid < 1) || (tid > 0 && fid > 0)

But it displays incorrectly:

condition

How to fix it?

I’ve seen that for other conditions too. Seems to be an UI bug.