Skip to content

Commit

Permalink
fix(visitors): Do not show reactions icon in visitors join dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
damencho committed Aug 21, 2024
1 parent 73c836f commit 015f66a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions react/features/visitors/components/web/JoinMeetingDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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 }
Expand Down

0 comments on commit 015f66a

Please sign in to comment.