handle 0 wallets
This commit is contained in:
parent
22c378b080
commit
43c0eb9cb6
5 changed files with 23 additions and 23 deletions
|
|
@ -65,7 +65,7 @@
|
|||
class="sidebar"
|
||||
ng-if="$root.iden"></div>
|
||||
|
||||
<section ng-class="{'main' : $root.iden && $root.iden.listWallets().length>0}" ng-view></section>
|
||||
<section ng-class="{'main' : $root.iden && $root.iden.listWallets().length>=0}" ng-view></section>
|
||||
|
||||
<a class="exit-off-canvas"></a>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue