From 3c879b1a589bf417a5df7baa0029f6e9e3ed15fb Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Mon, 8 Aug 2022 17:28:41 +0200 Subject: [PATCH] [mirotalksfu] - fix typo --- public/js/Room.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/Room.js b/public/js/Room.js index de851f92..f47e845b 100644 --- a/public/js/Room.js +++ b/public/js/Room.js @@ -683,7 +683,7 @@ function roomIsReady() { show(fileShareButton); show(participantsButton); show(lockRoomButton); - BUTTONS.main.aboutButton && show(aboutButton); + show(aboutButton); handleButtons(); handleSelects(); handleInputs();