add shapeshift order id to memo and fix display min amount bug

This commit is contained in:
Kadir Sekha 2017-12-17 11:48:00 +00:00
commit 4e8b587975
3 changed files with 17 additions and 10 deletions

View file

@ -45,7 +45,7 @@
</div>
</div>
<div ng-if="minShapeshiftAmount && maxShapeshiftAmount">
<div ng-if="shapeshiftOrderId">
Minimum amount: {{minShapeshiftAmount}} <br/>
Maximum amount: {{maxShapeshiftAmount}}
</div>