Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Mar 22, 2023
1 parent c86e1fc commit 9d4d68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/provider/modules/scopes/scopes.ts
Expand Up @@ -30,7 +30,7 @@ export const useScopes = (
}

return true;
}, [soulnames, scope, isLoggedIn, verbose]);
}, [soulnames, scope, isLoggedIn, verbose, identity]);

return { scope, setScope, areScopesFullfiled };
};

0 comments on commit 9d4d68c

Please sign in to comment.