A small typo...
This commit is contained in:
parent
46cd8baed1
commit
6c53e003bc
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ ConversationPageState.prototype = {
|
||||||
let finalTarget = null;
|
let finalTarget = null;
|
||||||
if (targetById != null) {
|
if (targetById != null) {
|
||||||
finalTarget = targetById;
|
finalTarget = targetById;
|
||||||
} else if (targetByNmae.length > 0) {
|
} else if (targetByName.length > 0) {
|
||||||
finalTarget = targetByName[0];
|
finalTarget = targetByName[0];
|
||||||
}
|
}
|
||||||
if (finalTarget != null) {
|
if (finalTarget != null) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue