diff --git a/project/ws/app/src/lib/routes/state-profile/routes/state-profile-home/state-profile-home.component.ts b/project/ws/app/src/lib/routes/state-profile/routes/state-profile-home/state-profile-home.component.ts index 3700edbab..26ad4a970 100644 --- a/project/ws/app/src/lib/routes/state-profile/routes/state-profile-home/state-profile-home.component.ts +++ b/project/ws/app/src/lib/routes/state-profile/routes/state-profile-home/state-profile-home.component.ts @@ -35,7 +35,7 @@ export class StateProfileHomeComponent implements OnInit, OnDestroy { constructor( private valueSvc: ValueService, private route: ActivatedRoute, - private router: Router, + public router: Router, private stepService: StepService, private configSvc: ConfigurationsService, private snackBar: MatSnackBar,