Skip to content

Commit b4374bc

Browse files
committed
fix lint
1 parent c5f5250 commit b4374bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/src/components/MatchingService/MatchingForm.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ const MatchingForm = React.forwardRef(function MatchingForm() {
127127
setCategoryList(uniqueCategories);
128128
}
129129
getCategories();
130-
}, []);
130+
// eslint-disable-next-line
131+
}, [questions]);
131132

132133
React.useEffect(() => {
133134
socket.on("matchFound", async (matchedUserPreferences) => {

0 commit comments

Comments
 (0)