Hey guys! I have this application, and I have a button that says “Admin Panel”, that lives in the header (reusable group, used on every page of the application). When Current user is Admin, the button is visible, simple stuff.
Now, what I would like, is when the user is on the Admin page, the button not be visible, just for cleanliness purposes. I was assuming that it would be in the conditionals on the button, but I cannot find such a conditional. Any help is greatly appreciated.