fixed NewWeeklyReport
This commit is contained in:
parent
77a24421e9
commit
8081f289b5
2 changed files with 20 additions and 18 deletions
|
|
@ -22,7 +22,7 @@ function UserProjectPage(): JSX.Element {
|
|||
};
|
||||
// Call getProjects when the component mounts
|
||||
useEffect(() => {
|
||||
getProjects();
|
||||
void getProjects();
|
||||
}, []);
|
||||
|
||||
const handleProjectClick = (projectName: string): void => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue