In the first half, I set the variable to "Prod", and the condition returns True as expected because it's not equal to "Dev".
In the 2nd half, I set the variable to "Dev", and the condition returns False as expected.
However, inside the condition, variable is not equal to "Dev" shows True, so I'm confused why that part is showing True even though the overall condition is correctly showing False.
Is this a visual bug or am I not understanding the Or condition correctly?