Skip to content

Commit

Permalink
fix(projectSubmissions: empty dependency add on api call)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Oct 30, 2024
1 parent 5a20abb commit e2c0c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/views/ProjectSubmissions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ProjectSubmissions = () => {
dispatch(
MappedVsValidatedTaskService(`${import.meta.env.VITE_API_URL}/tasks/activity/?project_id=${projectId}&days=30`),
);
});
}, []);

useEffect(() => {
if (!searchParams.get('tab')) {
Expand Down

0 comments on commit e2c0c86

Please sign in to comment.