Skip to content
Snippets Groups Projects
Commit fe0836a0 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

fix: onboarding structure creation missing end button

parent fc1926da
No related branches found
No related tags found
4 merge requests!418V2.1.0,!400V2.0,!355Resolve "Manque un bouton suivant",!230V2.0
......@@ -64,13 +64,6 @@ export class FooterFormComponent implements OnChanges {
) {
this.isNextFormTransition = true;
}
if (this.currentForm === formType.structure && this.currentStep === structureFormStep.mailSentInfo) {
const user: User = await this.profileService.getProfile();
if (!user.job || !user.job.hasPersonalOffer) {
this.isLastFormStep = true;
}
}
if (
this.currentForm === formType.structure &&
(this.currentStep === structureFormStep.noStructure ||
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment