Skip to content

Commit

Permalink
Update useDAppsConnected.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript committed Aug 2, 2024
1 parent 8942937 commit 7657dd9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const useDAppsConnected = (
return useQuery({
suspense: true,
...options,
queryKey: [wallet.id, 'dappsConnected', String(wallet.networkManager.network)],
queryKey: [wallet.id, 'dappsConnected', wallet.networkManager.network],
queryFn: () => manager.listAllConnections(),
select: (connections) => selectWalletConnectedOrigins(connections, wallet.id, wallet.networkManager.network),
})
Expand Down

0 comments on commit 7657dd9

Please sign in to comment.