diff --git a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox index b83b9ef40..5d13dbd06 100644 --- a/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox +++ b/UI/Templates/ContactsUI/UIxContactEditorTemplate.wox @@ -495,7 +495,7 @@
- {{$chip.c_cn || $chip.email}} + {{$chip.c_cn ? $chip.c_cn : $chip.email}}