Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DarksightKellar committed Dec 10, 2024
1 parent 9b2699d commit e5f0d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/DAO/loaders/useHatsTree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ const useHatsTree = () => {
const logo =
getValue({
cacheName: CacheKeys.TOKEN_INFO,
tokenAddress: lockupLinearStream.asset.address,
tokenAddress: getAddress(lockupLinearStream.asset.address),
})?.logoUri || '';

return {
Expand Down

0 comments on commit e5f0d57

Please sign in to comment.