feat: resolved broken row

This commit is contained in:
=
2025-07-02 01:33:02 +05:30
parent ec0603a464
commit a64c2173e7

View File

@@ -67,6 +67,7 @@ export const IdentityProjectRow = ({
});
}}
>
<Td className="max-w-0 truncate">{project.name}</Td>
<Td>{`${formatProjectRoleName(roles[0].role, roles[0].customRoleName)}${
roles.length > 1 ? ` (+${roles.length - 1})` : ""
}`}</Td>