Skip to content

Commit

Permalink
Hide participant list button on direct calls
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn-Signal committed Oct 7, 2021
1 parent 9f13fd7 commit 5284497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/CallingHeader.tsx
Expand Up @@ -44,7 +44,7 @@ export const CallingHeader = ({
<div className="module-ongoing-call__header-message">{message}</div>
) : null}
<div className="module-calling-tools">
{participantCount ? (
{isGroupCall && participantCount ? (
<div className="module-calling-tools__button">
<Tooltip
content={i18n('calling__participants', [String(participantCount)])}
Expand Down

0 comments on commit 5284497

Please sign in to comment.