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 15db8ad commit 11ba9fbCopy full SHA for 11ba9fb
1 file changed
apps/website/app/components/auth/ListGroups.tsx
@@ -42,6 +42,7 @@ export const ListGroups = () => {
42
}
43
setAdminData(
44
Object.fromEntries(
45
+ // eslint-disable-next-line @typescript-eslint/naming-convention
46
membershipReq.data.map(({ group_id, admin }) => [
47
group_id,
48
admin || false,
0 commit comments