fix: linting issues

This commit is contained in:
Saqib Ansari 2025-12-23 12:08:50 +05:30
parent 71a8135261
commit 4da618adf5

View file

@ -257,7 +257,10 @@ frappe.breadcrumbs = {
clear() {
this.$breadcrumbs = $(".navbar-breadcrumbs").empty();
this.append_breadcrumb_element("/desk", frappe.utils.icon("monitor", {width: '18px', height: '18px'}));
this.append_breadcrumb_element(
"/desk",
frappe.utils.icon("monitor", { width: "18px", height: "18px" })
);
},
toggle(show) {