From 2343370e4e0e9008d55b829e183bbc880afd6f2d Mon Sep 17 00:00:00 2001 From: Watermelon914 <37270891+Watermelon914@users.noreply.github.com> Date: Wed, 26 May 2021 15:53:31 +0100 Subject: [PATCH] Fixes ButtonInput not allowing UIs to be opened (#59329) Co-authored-by: Watermelon914 <3052169-Watermelon914@users.noreply.gitlab.com> --- tgui/packages/tgui/components/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgui/packages/tgui/components/Button.js b/tgui/packages/tgui/components/Button.js index 9a9785d5437..a56c7dfa0db 100644 --- a/tgui/packages/tgui/components/Button.js +++ b/tgui/packages/tgui/components/Button.js @@ -243,7 +243,7 @@ export class ButtonInput extends Component { ...rest } = this.props; - let buttonInput = ( + let buttonContent = (