Removes coin on wallet selector (topup)
This commit is contained in:
parent
540010eab2
commit
874af73cfb
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
<div class="info">
|
||||
|
||||
<div class="item item-icon-right" ng-click="showWalletSelector()">
|
||||
<div class="label" translate>From {{wallet.coin}}</div>
|
||||
<div class="label" translate>From</div>
|
||||
<div class="wallet">
|
||||
<i class="icon big-icon-svg">
|
||||
<img ng-src="img/{{wallet.network == 'testnet' ? 'icon-wallet-testnet' : (wallet.coin == 'btc' ? 'icon-btc' : 'icon-bch')}}.svg" ng-class="{'wallet-background-color-default': !wallet.color}" ng-style="{'background-color': wallet.color}" class="bg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue