Usecase for setting a condition always true

Hi,

I’ve noticed many times that a component is implemented with a conditional that is always true.

For instance, the last component I saw like this had a condition: current date/time is not empty. And some styling were applied if that condition was true. However this condition will always be true.
So I guess there is something more interesting that I don’t know yet. Is there any value-add for performance at load or something else gained by doing this way?

Thanks for your feedback :slight_smile: