Skip to content

Commit

Permalink
[ENG-3972] fix: Issue with balance sip-10 tokens fiat value does not …
Browse files Browse the repository at this point in the history
…add up to the total balance (#151)
  • Loading branch information
dhriaznov committed Mar 25, 2024
1 parent a62315f commit 5759028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/hooks/queries/stx/useGetSip10FungibleTokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export const fetchSip10FungibleTokens =
return {
...ft,
...found,
visible: true,
name: found.name || ft.principal.split('.')[1],
};
})
Expand Down

0 comments on commit 5759028

Please sign in to comment.