We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec2700 commit 2e685abCopy full SHA for 2e685ab
site/src/pages/GroupsPage/GroupPage.tsx
@@ -276,7 +276,7 @@ const GroupMemberRow = (props: {
276
/>
277
</TableCell>
278
<TableCell width="1%">
279
- <Maybe condition={canUpdate}>
+ {canUpdate && (
280
<TableRowMenu
281
data={member}
282
menuItems={[
@@ -299,7 +299,7 @@ const GroupMemberRow = (props: {
299
},
300
]}
301
302
- </Maybe>
+ )}
303
304
</TableRow>
305
);
0 commit comments