Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
leomendoza123 committed Nov 27, 2023
1 parent a347303 commit fac2ab3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ const routes: Routes = [
canActivateChild: [LanguageGuard, RegisterGuard],
loadChildren: () => {
return localStorage.getItem('REGISTRATION_2_0') !== 'enable'
? import('./register/register.module').then((m) => m.RegisterModuleLegacy)
? import('./register/register.module').then(
(m) => m.RegisterModuleLegacy
)
: import('./register2/register.module').then((m) => m.Register2Module)
},
},
Expand Down
2 changes: 0 additions & 2 deletions src/app/register2/pages/register/register2.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,6 @@ export class Register2Component implements OnInit, AfterViewInit {
}
}



// Fix to material vertical stepper not focusing current header
// related issue https://github.com/angular/components/issues/8881
focusCurrentStep(event: StepperSelectionEvent) {
Expand Down

0 comments on commit fac2ab3

Please sign in to comment.