mirror of
https://github.com/moparisthebest/mail
synced 2024-11-21 16:35:04 -05:00
Merge pull request #252 from whiteout-io/dev/WO-790
Hide unread count for sent folder
This commit is contained in:
commit
b7072648b7
@ -27,7 +27,7 @@
|
||||
<use xlink:href="#icon-star" />
|
||||
</svg>
|
||||
{{folder.type === 'Flagged' ? 'Starred' : folder.type}}
|
||||
<span ng-show="folder.count > 0" class="nav__counter">{{folder.count}}</span>
|
||||
<span ng-show="folder.count > 0 && folder.type !== 'Sent'" class="nav__counter">{{folder.count}}</span>
|
||||
</a>
|
||||
<!--<button class="btn-icon-very-light">
|
||||
<svg><use xlink:href="#icon-dropdown" /><title>More</title></svg>
|
||||
|
Loading…
Reference in New Issue
Block a user