Group calling: fix participant hover state
This commit is contained in:
parent
daef1feae8
commit
34574583b6
5 changed files with 25 additions and 19 deletions
|
@ -224,7 +224,7 @@ export const CallScreen: React.FC<PropsType> = ({
|
|||
{call.callMode === CallMode.Group &&
|
||||
!call.remoteParticipants.length
|
||||
? i18n('calling__in-this-call--zero')
|
||||
: conversation.title}
|
||||
: ''}
|
||||
{call.callMode === CallMode.Direct &&
|
||||
renderHeaderMessage(
|
||||
i18n,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue