diff --git a/tgui/packages/tgui/components/Button.js b/tgui/packages/tgui/components/Button.js index e445cb0bd52..0b747edf7c8 100644 --- a/tgui/packages/tgui/components/Button.js +++ b/tgui/packages/tgui/components/Button.js @@ -121,12 +121,6 @@ export const Button = (props) => { ); if (tooltip) { - buttonContent = ( - - {buttonContent} - - ); - } return buttonContent; };