From 6c53e003bc735d126beaa69e3143d225a0d35645 Mon Sep 17 00:00:00 2001 From: john Date: Sun, 10 Feb 2019 12:37:19 +0800 Subject: [PATCH] A small typo... --- ui/conversation-web-view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/conversation-web-view.js b/ui/conversation-web-view.js index 0415e723..dc5cbdd8 100644 --- a/ui/conversation-web-view.js +++ b/ui/conversation-web-view.js @@ -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) {