changing to pug conditional format for admin page conditional render (#30302)

GitOrigin-RevId: 38006bc5378151219e7c219f292c167ed27bb38e
This commit is contained in:
Jimmy Domagala-Tang
2026-01-07 11:41:14 -05:00
committed by Copybot
parent 7d9f7f131b
commit 9a6c2edf16

View File

@@ -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)