Skip to content

Commit

Permalink
fix: eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Nagarjuna0033 committed Dec 22, 2024
1 parent bb976b5 commit fcf0b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/AllComplaints.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default function AllComplaints() {

useEffect(() => {
getAllComplaints();
// eslint-disable-next-line
}, []);

useEffect(() => {
Expand Down

0 comments on commit fcf0b6a

Please sign in to comment.