You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Co-authored-by: Elena Atencio
elenaatencio@users.noreply.github.com
Co-authored-by: Iris Wong
wiris316@users.noreply.github.com
Co-authored-by: John Donato
jdonuto@users.noreply.github.com
// clear interval and set loading state to true when leaving graph containers
20
+
21
+
/**
22
+
* @function handleCLick - check if the 'intervalID' exists. If so, theres a timer running and the fuunction clears the timer using @function clearInterval - function.
23
+
* Checks if variable 'isLoading' is false and if so the content is not loading and therefore, sets it to true using the setLoadingState function.
0 commit comments