Skip to content

Commit

Permalink
rework ux copy of categorized date titles
Browse files Browse the repository at this point in the history
  • Loading branch information
bkb-Git committed Aug 27, 2024
1 parent db12c4b commit b7131b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/hooks/useFilterByTime.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ const useFilterByTime = (data) => {
setCategorizedData({
today: { title: 'Today', items: today },
yesterday: { title: 'Yesterday', items: yesterday },
previous7Days: { title: 'Previous 7 days', items: previous7Days },
previous7Days: { title: 'Previous 7 Days', items: previous7Days },
previous30Days: {
title: 'Previous 30 days',
title: 'Previous 30 Days',
items: previous30Days,
},
monthsBefore: { items: sortedMonthsBeforeData },
Expand Down

0 comments on commit b7131b5

Please sign in to comment.