style: unindent chained .then

This commit is contained in:
Suraj Shetty 2019-04-01 11:09:08 +05:30 committed by GitHub
parent 0b574a34b5
commit aff6f71c81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -118,8 +118,8 @@ export default {
frappe.call('frappe.desk.moduleview.hide_modules_from_desktop', {
modules: modules_to_hide
})
.then(r => r.message)
.then(hs => this.update_modules_with_home_settings(hs));
.then(r => r.message)
.then(hs => this.update_modules_with_home_settings(hs));
}
});