Use new price variable
This commit is contained in:
parent
dca862d263
commit
4aa7cbf7c2
1 changed files with 2 additions and 2 deletions
|
@ -23,10 +23,10 @@
|
||||||
<div class="rv_price" *ngIf="!owner.zats">
|
<div class="rv_price" *ngIf="!owner.zats">
|
||||||
<img class="icon"
|
<img class="icon"
|
||||||
src="/assets/zec_rv.png"
|
src="/assets/zec_rv.png"
|
||||||
height="16px">{{(item.cost/price) | number: '1.06'}}
|
height="16px">{{(item.cost/zecPrice) | number: '1.06'}}
|
||||||
[{{item.cost | number: '1.02' | currency: getCurrency() }}]
|
[{{item.cost | number: '1.02' | currency: getCurrency() }}]
|
||||||
</div>
|
</div>
|
||||||
<p class="price" *ngIf="owner.zats"> ⓩ(item.cost/price)*100000000 | number: '1.0-0'}}</p>
|
<p class="price" *ngIf="owner.zats"> ⓩ(item.cost/zecPrice)*100000000 | number: '1.0-0'}}</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue