I have 2 items on this detail page:
an icon and a text. The text displays data coming from an api call (ticketPrice). It is displayed correctly.
I created a condition that if the data is "null", it is hidden.
I can't understand why the data is hidden correctly, while the icon always remains displayed even if the conditions are identical. I am going crazy!