Merge branch 'dev' into BumBranch
This commit is contained in:
commit
8aa9e285b8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ function AllTimeReportsInProject(): JSX.Element {
|
|||
// Call getProjects when the component mounts
|
||||
useEffect(() => {
|
||||
void getWeeklyReports();
|
||||
});
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<>
|
||||
|
|
Loading…
Add table
Reference in a new issue