mirror of
https://github.com/mempool/mempool.git
synced 2025-09-20 04:22:28 +02:00
Merge pull request #6002 from mempool/natsoni/address-page-details
Fix fiat value in total received amount
This commit is contained in:
@@ -293,7 +293,7 @@
|
||||
|
||||
<ng-template #volumeRow>
|
||||
<td i18n="address.total-received">Total received</td>
|
||||
<td *ngIf="chainStats.funded_txo_sum !== undefined; else confidentialTd" class="wrap-cell"><app-amount [satoshis]="chainStats.totalReceived"></app-amount></td>
|
||||
<td *ngIf="chainStats.funded_txo_sum !== undefined; else confidentialTd" class="wrap-cell"><app-amount [satoshis]="chainStats.totalReceived" [noFiat]="true"></app-amount></td>
|
||||
</ng-template>
|
||||
|
||||
<ng-template #typeRow>
|
||||
|
Reference in New Issue
Block a user