useeffect linting
This commit is contained in:
parent
ed70602a9d
commit
96f7dcacec
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export function OnboardingContent({
|
|||
if (currentStep === 1 && !isLoading && !!displayMessage) {
|
||||
handleStepComplete();
|
||||
}
|
||||
}, [isLoading, displayMessage, handleStepComplete]);
|
||||
}, [isLoading, displayMessage, handleStepComplete, currentStep]);
|
||||
|
||||
return (
|
||||
<StickToBottom
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue