don't allow shapeshift when no to wallets
This commit is contained in:
parent
9a85bcb4b6
commit
f2dd208d14
1 changed files with 3 additions and 3 deletions
|
|
@ -10,12 +10,12 @@
|
||||||
<div class="send-header-wrapper shapeshift-banner">
|
<div class="send-header-wrapper shapeshift-banner">
|
||||||
<img class="shapeshift-logo" src="img/shapeshiftlogo.svg"/>
|
<img class="shapeshift-logo" src="img/shapeshiftlogo.svg"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="list card ng-hide" ng-show="fromWallets.length == 0">
|
<div class="list card ng-hide" ng-show="fromWallets.length == 0 || toWallets.length == 0">
|
||||||
<div class="item item-heading">
|
<div class="item item-heading">
|
||||||
<span translate>No available wallets to convert from.</span>
|
<span translate>No available wallets to convert between.</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<shapeshift-coin-trader class="ng-hide" ng-show="fromWallets.length > 0">
|
<shapeshift-coin-trader class="ng-hide" ng-show="fromWallets.length > 0 && toWallets.length > 0">
|
||||||
<div class="list card">
|
<div class="list card">
|
||||||
<div class="item item-heading">
|
<div class="item item-heading">
|
||||||
<span translate><strong>From</strong></span>
|
<span translate><strong>From</strong></span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue