fix(category-picker): Hide starred label

This commit is contained in:
Jackie Luo 2017-01-06 13:18:51 -08:00
parent af677e3b43
commit c0596ef8e4

View file

@ -74,7 +74,7 @@ export default class CategoryPickerPopover extends Component {
if (account) { if (account) {
if (account.usesLabels()) { if (account.usesLabels()) {
hiddenCategories = Category.StandardCategoryNames.concat(["N1-Snoozed"]) hiddenCategories = Category.StandardCategoryNames.concat(["starred", "N1-Snoozed"])
if (allInInbox) { if (allInInbox) {
hiddenCategories.push("inbox") hiddenCategories.push("inbox")
} }