Show hide element inside a custom post type if custom post type has tag

Hey there!

I am having a custom post type named Events.
I am currently creating the Single template with the condition Post Type = Event. (No loops involved)
Inside this page I want to hide an element with condition if the post (event) has the tag of future_event but I cannot make it work.

This is the condition on the element I’m trying.
condition

I’m not sure what I’m doing wrong here.
I would appreciate any help.

Just found the solution, if anyone interested, that should do the job:
solution