change(ui) - assist userId null check
This commit is contained in:
parent
ed2d3731b2
commit
57955bda3e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ function AssistActions({ toggleChatWindow, userId, calling, peerConnectionStatus
|
|||
<span className={cn("ml-2", { 'text-red' : inCall })}>{ inCall ? 'End Call' : 'Call' }</span>
|
||||
</div>
|
||||
}
|
||||
content={ `Call ${userId}` }
|
||||
content={ `Call ${userId ? userId : 'User'}` }
|
||||
size="tiny"
|
||||
inverted
|
||||
position="top right"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue