Show fiat value of totalRecieved for addresses.

Rename fee to fee burnt.
This commit is contained in:
softsimon
2020-07-14 23:49:57 +07:00
parent ca0cf23d66
commit 3008f99668
6 changed files with 7 additions and 8 deletions

View File

@@ -42,7 +42,7 @@
</tr>
<tr>
<td>Market cap</td>
<td><app-fiat [value]="price * (stats.minted - stats.burnt) / 100 "></app-fiat></td>
<td><app-fiat [value]="price * (stats.minted - stats.burnt) / 100"></app-fiat></td>
</tr>
</tbody>
</table>