Fix for double subscribing to stats data.

This commit is contained in:
softsimon
2020-09-27 13:39:38 +07:00
parent 5536e5e77d
commit f4a78a0e78
2 changed files with 4 additions and 3 deletions

View File

@@ -36,7 +36,7 @@
<td>
<h5 class="card-title">Unconfirmed</h5>
<p class="card-text" *ngIf="mempoolInfoData.value; else loading">
{{ mempoolInfoData.value.memPoolInfo.size | number }}
{{ mempoolInfoData.value.memPoolInfo.size | number }} txs
</p>
</td>
</tr>