Skip to content

Commit

Permalink
chore(clerk-js): Update after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Oct 29, 2023
1 parent 1683fbc commit f98bc23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { DataTable, RoleSelect, RowContainer } from './MemberListTable';

export const ActiveMembersList = () => {
const card = useCardState();
const { organization, memberships, ...rest } = useCoreOrganization({
const { organization, memberships } = useCoreOrganization({
memberships: true,
});

Expand Down

0 comments on commit f98bc23

Please sign in to comment.