(mb: MemberBinding)
| 319 | }; |
| 320 | |
| 321 | const isSelectDisabled = (mb: MemberBinding) => { |
| 322 | return scope === "project" && mb.projectRoleBindings.length === 0; |
| 323 | }; |
| 324 | |
| 325 | const renderProjectRoleSummary = (bindings: Binding[]) => { |
| 326 | // Show all roles, active first then expired. Expired chips get |