Fix fiat value in total received amount

This commit is contained in:
natsoni
2025-08-07 18:47:32 +02:00
parent b94698fe07
commit 1d35c929ed

View File

@@ -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>