Commit 6e56bb54 by NGUYEN HOANG SON

fix batch message list

parent 719e204f
......@@ -138,7 +138,7 @@ DASHBOARD.updateDataCommunications = function(dataDashboard) {
DASHBOARD.communicationItems.forEach(function(item) {
if (item.id == 'messageList') {
item.count = 0;
if (dataDashboard['pushMesage']) {
if (dataDashboard.dashboard['pushMesage']) {
item.count = dataDashboard.dashboard['pushMesage'];
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment