Commit 1304419c by NGUYEN THI MY DUYEN

Merge branch 'feature/1.0_check_web_dev' into feature/1.0_check_web

parents 06efaf26 d60792f7
......@@ -23,7 +23,7 @@ DASHBOARD.defaultDashboard = {
newReport: 0,
continousWork: 0,
warningReport: 0,
pushMesage: 0,
pushMessage: 0,
},
};
......@@ -180,8 +180,8 @@ DASHBOARD.updateDataCommunications = function (dataDashboard) {
if (item.id == 'messageList') {
item.count = 0;
if (dataDashboard.dashboard['pushMesage']) {
item.count = dataDashboard.dashboard['pushMesage'];
if (dataDashboard.dashboard['pushMessage']) {
item.count = dataDashboard.dashboard['pushMessage'];
}
}
});
......
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