Skip to content

Commit

Permalink
Task #58726: Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
christyfernandes committed Jul 1, 2022
1 parent b50622b commit d2f6e02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d2f6e02

Please sign in to comment.