Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-shostak committed Jan 6, 2025
1 parent ab901f5 commit 45cfb91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function showPrivilege({
}

if (primaryFeature?.requireAllSpaces && allSpacesSelected) {
return globalPrimaryFeature?.name ?? primaryFeature?.name;
return globalPrimaryFeature?.name ?? 'None';
}

return primaryFeature?.name;
Expand Down

0 comments on commit 45cfb91

Please sign in to comment.