Skip to content

Commit

Permalink
Merge pull request #1452 from DA0-DA0/development
Browse files Browse the repository at this point in the history
Deploy token factory fix
  • Loading branch information
NoahSaso authored Nov 8, 2023
2 parents 81eb971 + 6ec9577 commit 80556e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export const denomSelector = selectorFamily<
})
)
if (denom) {
return denom
return { denom }
}

// If indexer query fails, fallback to contract query.
Expand Down

2 comments on commit 80556e1

@vercel
Copy link

@vercel vercel bot commented on 80556e1 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 80556e1 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.