Merge pull request #3253 from cmgustavo/bug/wallet-not-authorized-02
Just hide menu if wallet is not authorized
This commit is contained in:
commit
1b4bee400b
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<menu-toggle ng-show="index.menu.length > 6"/>
|
||||
</div>
|
||||
|
||||
<div class="bottom-bar row collapse">
|
||||
<div class="bottom-bar row collapse" ng-show="!index.notAuthorized">
|
||||
<div ng-class="{ 'medium-10 small-10 columns': index.menu.length == 5 }">
|
||||
<div class="row collapse">
|
||||
<div class="medium-{{index.menuItemSize}} small-{{index.menuItemSize}} columns text-center bottombar-item"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue