From 115f0b77357fcf16e4cd44f740a7bbbfe7ed6ead Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Fri, 27 Mar 2015 18:12:54 -0700 Subject: [PATCH] fix(tags): Don't request unread count for `*` --- .../account-sidebar/lib/account-sidebar-store.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal_packages/account-sidebar/lib/account-sidebar-store.coffee b/internal_packages/account-sidebar/lib/account-sidebar-store.coffee index 1d69675b9..3e044389f 100644 --- a/internal_packages/account-sidebar/lib/account-sidebar-store.coffee +++ b/internal_packages/account-sidebar/lib/account-sidebar-store.coffee @@ -80,7 +80,7 @@ AccountSidebarStore = Reflux.createStore section.tags.forEach (tag) => if tag.id is "drafts" @_populateDraftsCount(tag) - else if tag.id in ['drafts', 'sent', 'archive', 'trash'] + else if tag.id in ['drafts', 'sent', 'archive', 'trash', '*'] return else # Make a web request for unread count