diff --git a/services/web/app/views/admin/index.pug b/services/web/app/views/admin/index.pug index 993f8c9595..88199a2474 100644 --- a/services/web/app/views/admin/index.pug +++ b/services/web/app/views/admin/index.pug @@ -89,7 +89,7 @@ block content - let currentSection = null each row in privilegesMatrix.privileges - const privilege = row.privilege - - if (currentSection !== privilege.section) + if currentSection !== privilege.section - currentSection = privilege.section tr.section-header td(colspan=privilegesMatrix.roles.length + 1)