Improvement - 320 - Remove red notification bubble from "Recent Transactions" module

This commit is contained in:
Sebastiaan Pasma 2018-05-14 16:01:09 +02:00 committed by Sebastiaan Pasma
commit 814e818380
2 changed files with 0 additions and 11 deletions

View file

@ -51,7 +51,6 @@
<a class="item item-icon-right item-heading" ui-sref="tabs.activity">
<span translate>Recent Transactions</span>
<i class="icon bp-arrow-right"></i>
<span class="badge badge-assertive m5t m10r" ng-show="notificationsN>3"> {{notificationsN}}</span>
</a>
<a class="item item-sub activity" ng-repeat="notification in notifications" ng-click="openNotificationModal(notification)">
<span ng-include="'views/includes/walletActivity.html'"></span>