refactor: fix comment

This commit is contained in:
Ejaaz Khan 2026-04-29 16:21:06 +05:30
parent 9d22550251
commit 349bdee22f

View file

@ -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");
}