Fix: Capitalize "last7Days" label
Consistent capitalization for sidebar labels.
This commit is contained in:
parent
be3f627a0f
commit
39014fce04
@ -81,7 +81,7 @@ export const Sidebar = ({ onClose }: Props) => {
|
||||
if (yesterdayItems.length)
|
||||
groups.push({ label: "yesterday", items: yesterdayItems })
|
||||
if (lastWeekItems.length)
|
||||
groups.push({ label: "last7days", items: lastWeekItems })
|
||||
groups.push({ label: "last7Days", items: lastWeekItems })
|
||||
if (olderItems.length) groups.push({ label: "older", items: olderItems })
|
||||
|
||||
return groups
|
||||
|
Loading…
x
Reference in New Issue
Block a user