useeffect linting

This commit is contained in:
Mike Fortman 2025-10-23 08:54:14 -05:00
parent ed70602a9d
commit 96f7dcacec

View file

@ -63,7 +63,7 @@ export function OnboardingContent({
if (currentStep === 1 && !isLoading && !!displayMessage) {
handleStepComplete();
}
}, [isLoading, displayMessage, handleStepComplete]);
}, [isLoading, displayMessage, handleStepComplete, currentStep]);
return (
<StickToBottom