Skip to content

Commit cf2237f

Browse files
committed
Fix infinite recursion
1 parent a6662fa commit cf2237f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Questions/QuestionsTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ const InterviewQuestionsTable: React.FC = () => {
2727
}
2828
getInterviewQuestions();
2929
console.log("here");
30+
// eslint-disable-next-line react-hooks/exhaustive-deps
3031
}, []);
3132

3233
useEffect(() => {

0 commit comments

Comments
 (0)