Skip to content

Commit 898571f

Browse files
committed
Add changeset
1 parent 7246270 commit 898571f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.changeset/lazy-impalas-clean.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@clerk/clerk-js': patch
3+
'@clerk/types': patch
4+
---
5+
6+
Load tasks based on environment settings

packages/clerk-js/src/ui/components/OrganizationList/OrganizationListPage.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ import { organizationListParams } from './utils';
1717
const useOrganizationListInView = () => {
1818
const { userMemberships, userInvitations, userSuggestions } = useOrganizationList(organizationListParams);
1919

20-
console.log({ userMemberships });
21-
2220
const { ref } = useInView({
2321
threshold: 0,
2422
onChange: inView => {

0 commit comments

Comments
 (0)