Skip to content

Commit

Permalink
fix: show correct market cap coin info
Browse files Browse the repository at this point in the history
  • Loading branch information
CedrikNikita committed Nov 18, 2024
1 parent b51b1d5 commit a9106bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/popup/pages/Assets/AssetDetailsInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,11 @@
>
<template #text>
<TokenAmount
v-if="!isCoin"
:amount="assetData.marketCap"
:protocol="assetData.protocol"
/>
<span v-else>{{ formatCurrency(assetData.marketCap) }}</span>
</template>
</DetailsRow>

Expand Down

0 comments on commit a9106bc

Please sign in to comment.