add shapeshift order id to memo and fix display min amount bug
This commit is contained in:
parent
c4be7c991a
commit
4e8b587975
3 changed files with 17 additions and 10 deletions
|
|
@ -45,7 +45,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div ng-if="minShapeshiftAmount && maxShapeshiftAmount">
|
||||
<div ng-if="shapeshiftOrderId">
|
||||
Minimum amount: {{minShapeshiftAmount}} <br/>
|
||||
Maximum amount: {{maxShapeshiftAmount}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue