fixed NewWeeklyReport

This commit is contained in:
al8763be 2024-03-19 02:11:47 +01:00
parent 77a24421e9
commit 8081f289b5
2 changed files with 20 additions and 18 deletions

View file

@ -22,7 +22,7 @@ function UserProjectPage(): JSX.Element {
};
// Call getProjects when the component mounts
useEffect(() => {
getProjects();
void getProjects();
}, []);
const handleProjectClick = (projectName: string): void => {