From 2f9c2cf4da35b67ec5d9f4b7e887614608c8018b Mon Sep 17 00:00:00 2001 From: smizrahi Date: Tue, 26 Nov 2024 09:32:07 +0100 Subject: [PATCH] fix(contacts): Fix empty chip in contact group when c_cn is not populated --- UI/Templates/ContactsUI/UIxContactEditorTemplate.wox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox index 0d0270a4c..b83b9ef40 100644 --- a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox +++ b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox @@ -495,7 +495,7 @@
- {{$chip.c_cn}} + {{$chip.c_cn || $chip.email}}