Merge branch 'dev' into BumBranch

This commit is contained in:
al8763be 2024-03-20 23:05:49 +01:00
commit 8aa9e285b8

View file

@ -30,7 +30,7 @@ function AllTimeReportsInProject(): JSX.Element {
// Call getProjects when the component mounts
useEffect(() => {
void getWeeklyReports();
});
}, []);
return (
<>