diff --git a/src/components/Action/ActionBegin/ActionBegin.tsx b/src/components/Action/ActionBegin/ActionBegin.tsx index aecee0d258f75d1f1895793e99668a949b427c97..c2a39a4a75c3bbb6cc19f34611bad7e687b4523a 100644 --- a/src/components/Action/ActionBegin/ActionBegin.tsx +++ b/src/components/Action/ActionBegin/ActionBegin.tsx @@ -59,7 +59,7 @@ const ActionBegin = ({ return () => { subscribed = false } - }, [client, isProfileTypeCompleted, fluidTypes, action, currentAction]) + }, [action, client, fluidTypes, isProfileTypeCompleted]) useEffect(() => { async function handleEcogestureIcon() {