Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
prevetal committed Feb 16, 2024
1 parent 7971976 commit c5578a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/account/charts/ChartAssets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
token = currentData.value.groupByDenom.find(e => e.symbol == symbol)
if(currentData.value.totalTokensPrice) {
result = currencyСonversion(formatTokenAmount(token.amount, token.symbol), token.symbol) / currentData.value.totalTokensPrice * 100
result = currencyСonversion(token.amount, token.symbol) / currentData.value.totalTokensPrice * 100
}
return result
Expand Down

0 comments on commit c5578a4

Please sign in to comment.