completionId: cgen-816d9aa371ba4f62886dfea8813d841e
cgen-816d9aa371ba4f62886dfea8813d841e
This commit is contained in:
parent
a078d37767
commit
07a895329e
1 changed files with 1 additions and 1 deletions
|
|
@ -250,7 +250,7 @@ export default function Onboarding() {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
setCurrentStep((prev) => prev - 1);
|
setCurrentStep((prev) => prev - 1);
|
||||||
setIsTransitioning(false);
|
setIsTransitioning(false);
|
||||||
}, 300);
|
}, 150);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue