Skip to content

Commit

Permalink
feat: Add date selection to GardenDaily component
Browse files Browse the repository at this point in the history
  • Loading branch information
bramses committed Aug 29, 2024
1 parent f6f4a97 commit e9b9f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/[locale]/(auth)/dashboard/garden/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ const GardenDaily = () => {
);

setLoading(false);
setDateSelected(date);
setEntries(aliasData);
},
[fetchByID, setSelectedDay, setLoading, setEntries],
Expand Down

0 comments on commit e9b9f44

Please sign in to comment.