From 2d48f6a6ba7dce20853ec2421f26f3e9479fcd76 Mon Sep 17 00:00:00 2001 From: Leszek Date: Mon, 2 Dec 2024 20:56:16 +0100 Subject: [PATCH] cleanup comment --- jsapp/js/account/organization/membersQuery.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/jsapp/js/account/organization/membersQuery.ts b/jsapp/js/account/organization/membersQuery.ts index 4d6bd73227..1c24c835e3 100644 --- a/jsapp/js/account/organization/membersQuery.ts +++ b/jsapp/js/account/organization/membersQuery.ts @@ -87,10 +87,6 @@ export function useRemoveOrganizationMember(orgId: string) { }); } -// ----------------------------------------------------------------------------- -// Getting a list of organization members -// ----------------------------------------------------------------------------- - /** * Fetches paginated list of members for given organization. * This is mainly needed for `useOrganizationMembersQuery`, so you most probably