From 015f66a0ff1d59d6ab8d966b3a3d7051e6d55229 Mon Sep 17 00:00:00 2001 From: damencho Date: Wed, 21 Aug 2024 08:47:14 -0500 Subject: [PATCH] fix(visitors): Do not show reactions icon in visitors join dialog. --- react/features/visitors/components/web/JoinMeetingDialog.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/react/features/visitors/components/web/JoinMeetingDialog.tsx b/react/features/visitors/components/web/JoinMeetingDialog.tsx index 385b1903baa..5a6b0c384fb 100644 --- a/react/features/visitors/components/web/JoinMeetingDialog.tsx +++ b/react/features/visitors/components/web/JoinMeetingDialog.tsx @@ -3,7 +3,6 @@ import React from 'react'; import { useTranslation } from 'react-i18next'; import { makeStyles } from 'tss-react/mui'; -import { IconArrowUp } from '../../../base/icons/svg'; import ToolboxButtonWithPopup from '../../../base/toolbox/components/web/ToolboxButtonWithPopup'; import Dialog from '../../../base/ui/components/web/Dialog'; import { RaiseHandButton } from '../../../reactions/components/web/RaiseHandButton'; @@ -55,8 +54,6 @@ export default function JoinMeetingDialog() {

{t('visitors.joinMeeting.raiseHand')}