Skip to content

Commit

Permalink
fix skipping conditions for use get addr
Browse files Browse the repository at this point in the history
  • Loading branch information
Dora Noda committed Apr 15, 2024
1 parent e6a011e commit 1242df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const useGetAddr = ({
queryAddressByHash,
{
ssr: false,
skip: !hash || !first,
skip: !hash,
variables: {
hash,
first,
Expand Down

0 comments on commit 1242df6

Please sign in to comment.