From 25dbb1dc2da7db4ec367ab300c3cb0a752ca5353 Mon Sep 17 00:00:00 2001 From: blavenie <benoit.lavenier@e-is.pro> Date: Wed, 29 Aug 2018 19:33:49 +0200 Subject: [PATCH] [fix] Small device: hide logout button on secondary wallets --- www/templates/wallet/view_wallet.html | 1 + 1 file changed, 1 insertion(+) diff --git a/www/templates/wallet/view_wallet.html b/www/templates/wallet/view_wallet.html index d48ed0649..2b068e26f 100644 --- a/www/templates/wallet/view_wallet.html +++ b/www/templates/wallet/view_wallet.html @@ -86,6 +86,7 @@ <div class="visible-xs visible-sm padding text-center" ng-if="!loading"> <button class="button button-assertive button-small-padding ink" + ng-if="isDefaultWallet" ng-click="logout({askConfirm: true})"> <i class="icon ion-log-out"></i> {{'COMMON.BTN_LOGOUT' | translate}} -- GitLab