Skip to content

Commit

Permalink
Not fetch parent proxy if no address
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jun 27, 2024
1 parent de5e505 commit 1cfdf90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stores/my-account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ async function validateParentProxyAddress({
}

async function getParentProxyAddress(grillAddress: string) {
if (!grillAddress) return null
try {
const linkedIdentity = await getLinkedIdentityQuery.fetchQuery(
queryClient,
Expand Down

0 comments on commit 1cfdf90

Please sign in to comment.