Skip to content

Commit

Permalink
Update LeftDrawerOrg.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ARYANSHAH1567 authored Sep 23, 2024
1 parent 4a8fd48 commit efc831a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LeftDrawerOrg/LeftDrawerOrg.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const leftDrawerOrg = ({
| undefined;
loading: boolean;
} = useQuery(ORGANIZATIONS_LIST, {
variables: {creatorId: orgId },
variables: { creatorId: orgId },
});

// Set organization data when query data is available
Expand Down

0 comments on commit efc831a

Please sign in to comment.