typo
This commit is contained in:
parent
21c9b7f577
commit
b0c615d483
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ const react = () => {
|
|||
id: sentReqID,
|
||||
recipientAvatar: pubToAvatar[recipientPub] || null,
|
||||
recipientChangedRequestAddress:
|
||||
typeof currAddress && handshakeAddress !== currAddress,
|
||||
typeof currAddress !== 'undefined' && handshakeAddress !== currAddress,
|
||||
recipientDisplayName: pubToDN[recipientPub] || null,
|
||||
recipientPublicKey: recipientPub,
|
||||
timestamp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue