Show Add wallet and close buttons if there are not wallets in profile
This commit is contained in:
parent
8953ec652a
commit
7a4e3565a8
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
</div>
|
||||
</header>
|
||||
<div class="scroll-section">
|
||||
<ul class="sidebar-mobile-wallets oh off-canvas-list m10b" ng-show="wallets[0]">
|
||||
<li
|
||||
<ul class="sidebar-mobile-wallets oh off-canvas-list m10b">
|
||||
<li ng-show="wallets[0]"
|
||||
ng-repeat="item in wallets track by $index"
|
||||
ng-class="{'selected': item.id == $root.wallet.id}"
|
||||
class="nav-item" ng-click="switchWallet(item.id)" >
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue