From 157e139ec363e2abb1960a0c76c1002287b93dd2 Mon Sep 17 00:00:00 2001
From: blavenie <benoit.lavenier@e-is.pro>
Date: Thu, 20 Dec 2018 19:40:55 +0100
Subject: [PATCH] [fix] Hide notifications on default wallet

---
 www/plugins/es/templates/wallet/item_wallet_extend.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/plugins/es/templates/wallet/item_wallet_extend.html b/www/plugins/es/templates/wallet/item_wallet_extend.html
index 19cbb535..9159ee81 100644
--- a/www/plugins/es/templates/wallet/item_wallet_extend.html
+++ b/www/plugins/es/templates/wallet/item_wallet_extend.html
@@ -1,4 +1,4 @@
-<h4 class="dark" ng-if=":state:enable">
+<h4 class="dark" ng-if=":state:enable && wallet.id!='default'">
   <a ng-if="walletData.invitations.unreadCount">
     <i class="dark ion-person-stalker"></i>
     {{walletData.invitations.unreadCount}}
-- 
GitLab