Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vd1992 committed Oct 2, 2024
1 parent 7300dc1 commit 7541c5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const AddProcessRoleDialog = ({
const { id, firstName, lastName } = user;
const userName = getFullNameHtml(firstName, lastName, intl);

const roleAssignments = authInfo?.roleAssignments || [];
const roleAssignments = authInfo?.roleAssignments ?? [];
const activePoolIds = roleAssignments
.filter((ra) => isPoolTeamable(ra?.teamable))
.map((ra) => {
Expand Down

0 comments on commit 7541c5d

Please sign in to comment.