Skip to content

Commit 2e685ab

Browse files
committed
missed one
1 parent 1ec2700 commit 2e685ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/GroupsPage/GroupPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ const GroupMemberRow = (props: {
276276
/>
277277
</TableCell>
278278
<TableCell width="1%">
279-
<Maybe condition={canUpdate}>
279+
{canUpdate && (
280280
<TableRowMenu
281281
data={member}
282282
menuItems={[
@@ -299,7 +299,7 @@ const GroupMemberRow = (props: {
299299
},
300300
]}
301301
/>
302-
</Maybe>
302+
)}
303303
</TableCell>
304304
</TableRow>
305305
);

0 commit comments

Comments
 (0)