Skip to content

Commit 71d53d7

Browse files
committed
Attempt to fix Nuxt errors
1 parent 3191936 commit 71d53d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue/src/composables/useOrganization.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const useOrganization: UseOrganization = () => {
5959
const unwatch = watch(
6060
clerk,
6161
value => {
62-
if (value?.loaded) {
62+
if (value) {
6363
value.__internal_attemptToEnableEnvironmentSetting?.({
6464
for: 'organizations',
6565
caller: 'useOrganization',

0 commit comments

Comments
 (0)