Added fiat balance to address and made fiat balance into a component.
This commit is contained in:
1
frontend/src/app/fiat/fiat.component.html
Normal file
1
frontend/src/app/fiat/fiat.component.html
Normal file
@@ -0,0 +1 @@
|
||||
<span class="green-color">{{ (conversions$ | async)?.USD * value / 100000000 | currency:'USD':'symbol':'1.2-2' }}</span>
|
||||
Reference in New Issue
Block a user