Group calling: fix participant hover state

This commit is contained in:
Josh Perez 2020-11-20 15:24:55 -05:00 committed by Josh Perez
parent daef1feae8
commit 34574583b6
5 changed files with 25 additions and 19 deletions

View file

@ -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,