fix(visitors): Do not show reactions icon in visitors join dialog.

pull/15040/head
damencho 9 months ago committed by Дамян Минков
parent 73c836fafb
commit 65e94bd173
  1. 3
      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() {
<p className = { classes.raiseHandTooltip }>{t('visitors.joinMeeting.raiseHand')}</p>
<div className = { classes.raiseHandButton }>
<ToolboxButtonWithPopup
icon = { IconArrowUp }
iconDisabled = { false }
onPopoverClose = { noop }
onPopoverOpen = { noop }
popoverContent = { null }

Loading…
Cancel
Save