diff --git a/lhc_web/design/defaulttheme/js/admin/src/components/DashboardChatTabs.js b/lhc_web/design/defaulttheme/js/admin/src/components/DashboardChatTabs.js index 0ace562cc1..e23c921b7e 100644 --- a/lhc_web/design/defaulttheme/js/admin/src/components/DashboardChatTabs.js +++ b/lhc_web/design/defaulttheme/js/admin/src/components/DashboardChatTabs.js @@ -432,6 +432,7 @@ const DashboardChatTabs = props => {
{chat.pnd_rsp == true ? 'call_received' : 'call_made'} {chat.adicons && chat.adicons.map((icon, index) => iconClick(event,icon,chat)} style={{'color': icon.color}} className="material-icons" title={icon.title}>{icon.icon})} + {chat.aicons && Object.keys(chat.aicons).map((key, index) => {chat.aicons[key].i})} {chat.vwa && timer} {chat.support_chat && whatshot}{typeof chat.live_status === "boolean" ? (chat.live_status === true ? 'wifi' : 'wifi_off') : (chat.us == 2 ? "wifi_1_bar" : (chat.us == 0 ? "wifi" : "wifi_off"))}send{chat.cc && } {(state.group_offline == false || !(chat.us != 0)) && 0 || chat.cs == 0 ? "font-weight-bold " : '') + (chat.cs == 0 ? 'text-danger' : '')}>{chat.nick || chat.id}}{chat.mn > 0 && ({chat.mn})}{chat.lmsg && {chat.lmsg}}