Fix contact name rendering on call screen
This commit is contained in:
parent
d3d3c41f94
commit
3615096497
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ export class CallScreen extends React.Component<PropsType, StateType> {
|
|||
)}
|
||||
>
|
||||
<div className="module-ongoing-call__header-name">
|
||||
{callDetails.name}
|
||||
{callDetails.title}
|
||||
</div>
|
||||
{this.renderMessage(callState)}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue