hide wallet name if alias exists

This commit is contained in:
Gabriel Bazán 2017-08-03 10:17:38 -03:00
commit c8a27dabc1
2 changed files with 3 additions and 4 deletions

View file

@ -18,7 +18,7 @@
</p>
</div>
<button class="button button-standard button-assertive" ng-click="showDeletePopup()">
{{'Delete'|translate}} <span ng-show="alias">{{alias}}</span>{{walletName}}
{{'Delete'|translate}} {{walletName}}
</button>
</div>
</ion-content>