Skip to content

Commit 708bd65

Browse files
committed
run prettier
1 parent aa6ee5b commit 708bd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/screens/UserPortal/Organizations/Organizations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default function organizations(): JSX.Element {
141141
refetch,
142142
loading: loadingOrganizations,
143143
} = useQuery(USER_JOINED_ORGANIZATIONS_PG, {
144-
variables: { id: userId, first: rowsPerPage },
144+
variables: { id: userId, first: rowsPerPage, filter: '' },
145145
});
146146

147147
const { data: joinedOrganizationsData } = useQuery(

0 commit comments

Comments
 (0)