From c9346e4f249f3e79d535c4f6f95ba43be3a90e67 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Wed, 25 May 2016 10:52:04 -0400 Subject: [PATCH] (js) Fix display of email of search results --- UI/Templates/ContactsUI/UIxContactFoldersView.wox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/Templates/ContactsUI/UIxContactFoldersView.wox b/UI/Templates/ContactsUI/UIxContactFoldersView.wox index 57b5e151d..f217e5bc8 100644 --- a/UI/Templates/ContactsUI/UIxContactFoldersView.wox +++ b/UI/Templates/ContactsUI/UIxContactFoldersView.wox @@ -399,7 +399,7 @@
-
{{currentCard.$preferredEmail(addressbook.selectedFolder.constructor.$query)}}
+
{{currentCard.$preferredEmail(addressbook.selectedFolder.constructor.$query.value)}}
@@ -412,7 +412,7 @@