Skip to content

Commit 0e09775

Browse files
Updated explanation comment for changed lines regarding the change from log.name to individualName and roleName
1 parent 8faf23a commit 0e09775

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/components/PermissionsManagement/PermissionChangeLogTable.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,7 @@ function PermissionChangeLogTable({ changeLogs, darkMode }) {
123123
<td
124124
className={`permission-change-log-table--cell ${bgYinmnBlue}`}
125125
style={{
126-
// Commented out the below code as log.name is undefined currently so accessing it causes the white
127-
// screen error on the Permissions Management page
126+
// Uncommented lines below and in formatName, using individualName for users, and roleName for role changes
128127
fontWeight: log?.individualName ? 'bold' : 'normal',
129128
}}
130129
>

0 commit comments

Comments
 (0)