Skip to content

Commit 11ba9fb

Browse files
committed
lint
1 parent 15db8ad commit 11ba9fb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/website/app/components/auth/ListGroups.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const ListGroups = () => {
4242
}
4343
setAdminData(
4444
Object.fromEntries(
45+
// eslint-disable-next-line @typescript-eslint/naming-convention
4546
membershipReq.data.map(({ group_id, admin }) => [
4647
group_id,
4748
admin || false,

0 commit comments

Comments
 (0)