Skip to content

Commit

Permalink
fix(unlock-app): not loading if no account
Browse files Browse the repository at this point in the history
  • Loading branch information
julien51 committed Apr 3, 2024
1 parent c2ade3b commit ab95fc8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unlock-app/src/hooks/useKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const useValidKeyBulk = (locks: PaywallLocksConfigType) => {
queries: Object.keys(locks).map((lockAddress) => {
const network = locks[lockAddress].network
return {
enabled: !!account,
queryKey: ['validKeyForKey', lockAddress, account, network],
queryFn: async () => {
if (!account) {
Expand Down

0 comments on commit ab95fc8

Please sign in to comment.