style: eslint fix
This commit is contained in:
parent
29156da481
commit
74741b237f
1 changed files with 1 additions and 2 deletions
|
|
@ -118,8 +118,7 @@ frappe.ui.form.Dashboard = Class.extend({
|
|||
if (title){
|
||||
this._progress_map[title].remove();
|
||||
delete this._progress_map[title];
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
this._progress_map = {};
|
||||
this.progress_area.empty();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue