Skip to content

Commit

Permalink
updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Sep 19, 2024
1 parent 18e6fb7 commit 4222270
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const MembersTable = ({
</StyledTableRow>
))}
{showAddMemberButton && (
<Permission.IsNotPlatformAdmin>
<Permission.IsPlatformAdmin>
<TableRow>
<TableCell colSpan={3}>
<AddButton
Expand All @@ -161,7 +161,7 @@ export const MembersTable = ({
</AddButton>
</TableCell>
</TableRow>
</Permission.IsNotPlatformAdmin>
</Permission.IsPlatformAdmin>
)}
</TableBody>
</Table>
Expand Down

0 comments on commit 4222270

Please sign in to comment.