typo
This commit is contained in:
parent
f6dd79c159
commit
11fd373301
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ const onDisplayName = (cb, pub) => {
|
||||||
if (typeof dn === 'string' || dn === null) {
|
if (typeof dn === 'string' || dn === null) {
|
||||||
pubToDisplayName[pub] = dn || null
|
pubToDisplayName[pub] = dn || null
|
||||||
} else {
|
} else {
|
||||||
pubToDisplayName
|
pubToDisplayName[pub] = null
|
||||||
}
|
}
|
||||||
notifyDisplayNameListeners()
|
notifyDisplayNameListeners()
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue