Skip to content

Commit

Permalink
Fixed token factory DAO home page.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 8, 2023
1 parent 9a3cdea commit ad3b60d
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

0 comments on commit ad3b60d

Please sign in to comment.