fix: remove Quarter filter pill from Inbox, keep Week/Month/All

This commit is contained in:
lucaronin
2026-04-04 10:48:46 +02:00
parent f1476e13cc
commit c5b151a32e

View File

@@ -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' },
]