Hide participant list button on direct calls
This commit is contained in:
parent
9f13fd7484
commit
5284497d4d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ export const CallingHeader = ({
|
||||||
<div className="module-ongoing-call__header-message">{message}</div>
|
<div className="module-ongoing-call__header-message">{message}</div>
|
||||||
) : null}
|
) : null}
|
||||||
<div className="module-calling-tools">
|
<div className="module-calling-tools">
|
||||||
{participantCount ? (
|
{isGroupCall && participantCount ? (
|
||||||
<div className="module-calling-tools__button">
|
<div className="module-calling-tools__button">
|
||||||
<Tooltip
|
<Tooltip
|
||||||
content={i18n('calling__participants', [String(participantCount)])}
|
content={i18n('calling__participants', [String(participantCount)])}
|
||||||
|
|
Loading…
Reference in a new issue