Skip to content

Commit

Permalink
fix: #1140
Browse files Browse the repository at this point in the history
  • Loading branch information
tfhuhtal committed Nov 6, 2024
1 parent 311e8ec commit 9f16f1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const FacultyTrackingView = ({ faculty }) => {
dispatch(wsJoinRoom(faculty, form))
dispatch(setViewOnly(false))
}
}, [faculty, lang, selectedLevel])
}, [faculty, lang])

useEffect(() => {
return () => {
Expand Down

0 comments on commit 9f16f1f

Please sign in to comment.