How to have a UI element only appear in a unity build of the game

I’m using a joystick for player movement for android and I am trying to only have this joystick appear when the game is run on an android built as I have dedicated pc controls if the game is run on pc.

I’m using the joystick pack from the unity asset store to do add a functioning joystick to my game.
I want this joystick to not appear on android: https://ibb.co/Yy8HDrc

Hey, this is what can be used to determine the current runtime platform: