diff --git a/src/components/note-list/InboxFilterPills.tsx b/src/components/note-list/InboxFilterPills.tsx index c0968e46..8932cde3 100644 --- a/src/components/note-list/InboxFilterPills.tsx +++ b/src/components/note-list/InboxFilterPills.tsx @@ -11,7 +11,6 @@ interface InboxFilterPillsProps { const PILLS: { value: InboxPeriod; label: string }[] = [ { value: 'week', label: 'Week' }, { value: 'month', label: 'Month' }, - { value: 'quarter', label: 'Quarter' }, { value: 'all', label: 'All' }, ]