Skip to content

Commit 25dbb1d

Browse files
committed
[fix] Small device: hide logout button on secondary wallets
1 parent 9c69d1f commit 25dbb1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/templates/wallet/view_wallet.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ <h4 class="content light" ng-if="loading">
8686

8787
<div class="visible-xs visible-sm padding text-center" ng-if="!loading">
8888
<button class="button button-assertive button-small-padding ink"
89+
ng-if="isDefaultWallet"
8990
ng-click="logout({askConfirm: true})">
9091
<i class="icon ion-log-out"></i>
9192
{{'COMMON.BTN_LOGOUT' | translate}}

0 commit comments

Comments
 (0)