ClockifyTaskForm bugfix

This commit is contained in:
2022-07-29 19:51:17 -03:00
parent 37d154d960
commit 859bba3bf9

View File

@@ -62,7 +62,7 @@ const ClockifyTaskForm = ({timerOn, setTimerOn, signedIn, apiKey, setApiKey, tas
})
} else {
setLoading(false)
}
}, [signedIn])