A small typo...

This commit is contained in:
john 2019-02-10 12:37:19 +08:00
parent 46cd8baed1
commit 6c53e003bc

View file

@ -250,7 +250,7 @@ ConversationPageState.prototype = {
let finalTarget = null;
if (targetById != null) {
finalTarget = targetById;
} else if (targetByNmae.length > 0) {
} else if (targetByName.length > 0) {
finalTarget = targetByName[0];
}
if (finalTarget != null) {