mirror of
https://github.com/mempool/mempool.git
synced 2026-08-20 13:28:00 +02:00
Fix btc amount mining dashboard
This commit is contained in:
parent
009e18b622
commit
e73f2cbdc1
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
ngbTooltip="Miners Reward" placement="bottom" #minersreward [disableTooltip]="!isEllipsisActive(minersreward)">Miners Reward</h5>
|
||||
<div class="card-text" i18n-ngbTooltip="mining.rewards-desc" ngbTooltip="Amount being paid to miners in the past 144 blocks" placement="bottom">
|
||||
<div class="fee-text">
|
||||
<app-amount [satoshis]="rewardStats.totalReward" digitsInfo="1.2-2" [noFiat]="true"></app-amount>
|
||||
<app-amount [satoshis]="rewardStats.totalReward" digitsInfo="1.2-2" [noFiat]="true" [ignoreViewMode]="true"></app-amount>
|
||||
</div>
|
||||
<span class="fiat">
|
||||
<app-fiat [value]="rewardStats.totalReward" digitsInfo="1.0-0" ></app-fiat>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue