diff --git a/frappe/public/js/frappe/list/list_view.js b/frappe/public/js/frappe/list/list_view.js index d9cda408da..e280f40e76 100644 --- a/frappe/public/js/frappe/list/list_view.js +++ b/frappe/public/js/frappe/list/list_view.js @@ -1112,7 +1112,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList { let left_width = list_row.find(".level-left").first().width(); let right_width = list_row.find(".level-right").first().width(); - // if listview is not scrillable then hide border + // if listview is not scrollable then hide border if (left_width < frappe_list_width - right_width) { this.$result.find(".list-row-container .list-row .level-right").addClass("border-0"); }