Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MysterionAutotronic committed Jun 12, 2024
1 parent 828af91 commit ab9dbed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/ProjectState/ProjectState.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ export default function ProjectState() {
setLinterResult(null);
}
setLinterResultState();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, [projectReviewed, t]);

// polling submission state every 30 seconds
Expand Down

0 comments on commit ab9dbed

Please sign in to comment.