Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikk15 committed Jul 25, 2023
1 parent 41cf2d0 commit 08500b0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/react-components/room/MicSetupModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ export function MicSetupModal({
checked={isMicrophoneMuted}
onChange={onChangeMicrophoneMuted}
/>
<ToolTip location="right" category="primary" description="Toggle mic on/off anytime after you enter the room (M)">
<ToolTip
location="right"
category="primary"
description="Toggle mic on/off anytime after you enter the room (M)"
>
<InfoIcon className={styles.infoIcon} />
</ToolTip>
</>
Expand Down

0 comments on commit 08500b0

Please sign in to comment.