Merge pull request #4064 from cmgustavo/bug/delete-last-wallet

Fix delete last wallet
This commit is contained in:
Gustavo Maximiliano Cortez 2016-04-11 14:23:48 -03:00
commit 975bd99834
3 changed files with 5 additions and 5 deletions

View file

@ -523,4 +523,4 @@
</div>
</div>
<div class="extra-margin-bottom"></div>
<div ng-hide="$root.shouldHideMenuBar" ng-include="'views/includes/menu.html'" ng-show="!index.noFocusedWallet"></div>
<div ng-include="'views/includes/menu.html'" ng-show="!index.noFocusedWallet && !$root.shouldHideMenuBar"></div>