diff --git a/app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco b/app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco index b551066db..714e602b3 100644 --- a/app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco +++ b/app/assets/javascripts/app/views/customer_chat/chat_list.jst.eco @@ -1,3 +1,4 @@ +
<% if _.isEmpty(@chat_sessions): %> <%- @T('none') %> <% else: %> diff --git a/app/assets/javascripts/app/views/customer_chat/user_list.jst.eco b/app/assets/javascripts/app/views/customer_chat/user_list.jst.eco index 910559905..4d84fdee4 100644 --- a/app/assets/javascripts/app/views/customer_chat/user_list.jst.eco +++ b/app/assets/javascripts/app/views/customer_chat/user_list.jst.eco @@ -1,9 +1,15 @@ +
<% if _.isEmpty(@users): %> <%- @T('none') %> <% else: %> - + <% end %> \ No newline at end of file