From cb7bbe3e6d712b4d4601fbec066ecd222de950cc Mon Sep 17 00:00:00 2001 From: Arthri <41360489+a@users.noreply.github.com> Date: Sat, 17 Feb 2024 10:42:19 +0000 Subject: [PATCH] Intentionally make /tg/ui build fail --- tgui/packages/tgui/components/Button.js | 6 ------ 1 file changed, 6 deletions(-) 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; };