Removing display of exchange if invoice source amount is in crypto

This commit is contained in:
rockstardev
2018-05-15 14:56:29 -05:00
parent eb01e91e13
commit 67abbed66a

View File

@@ -73,7 +73,7 @@
<span>{{ srvModel.btcDue }} {{ srvModel.cryptoCode }}</span>
</div>
<div class="single-item-order__right__ex-rate">
<div class="single-item-order__right__ex-rate" v-if="srvModel.orderAmountFiat">
1 {{ srvModel.cryptoCode }} = {{ srvModel.rate }}
</div>
</div>