Skip to content
Snippets Groups Projects
Commit eef53420 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix(challenge): request loop in action selection

parent e024a3cf
No related branches found
No related tags found
2 merge requests!984fix(challenge): request loop in action selection,!9702.6 Release
......@@ -59,7 +59,7 @@ const ActionBegin = ({
return () => {
subscribed = false
}
}, [client, isProfileTypeCompleted, fluidTypes, action, currentAction])
}, [action, client, fluidTypes, isProfileTypeCompleted])
useEffect(() => {
async function handleEcogestureIcon() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment