Fix contact name rendering on call screen

This commit is contained in:
Scott Nonnenberg 2020-08-13 15:02:28 -07:00 committed by GitHub
parent d3d3c41f94
commit 3615096497
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -238,7 +238,7 @@ export class CallScreen extends React.Component<PropsType, StateType> {
)} )}
> >
<div className="module-ongoing-call__header-name"> <div className="module-ongoing-call__header-name">
{callDetails.name} {callDetails.title}
</div> </div>
{this.renderMessage(callState)} {this.renderMessage(callState)}
</div> </div>