Revert "Hide menu if wallet is not authorized"
This reverts commit afe6c1039c.
This commit is contained in:
parent
b5563e98b3
commit
367ce64a82
2 changed files with 6 additions and 6 deletions
|
|
@ -6,10 +6,10 @@
|
|||
<a></a>
|
||||
</div>
|
||||
|
||||
<menu-toggle ng-show="index.menu.length > 6"></menu-toggle>
|
||||
<menu-toggle ng-show="index.menu.length > 6"/>
|
||||
</div>
|
||||
|
||||
<div ng-if="!index.notAuthorized" class="bottom-bar row collapse">
|
||||
<div class="bottom-bar row collapse">
|
||||
<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"
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
<span ng-include="'views/includes/menu-item.html'"/>
|
||||
</div>
|
||||
|
||||
<menu-toggle ng-show="index.menu.length > 6"></menu-toggle>
|
||||
<menu-toggle ng-show="index.menu.length > 6"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue