Skip to content

Commit

Permalink
Revert unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Jul 20, 2023
1 parent 752a62a commit ac476f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/profile-page/profile-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ export class ProfilePageComponent implements OnInit {
private epersonService: EPersonDataService,
private authorizationService: AuthorizationDataService,
private configurationService: ConfigurationDataService,
public dsoNameService: DSONameService,) {
public dsoNameService: DSONameService,
) {
}

ngOnInit(): void {
Expand Down

0 comments on commit ac476f8

Please sign in to comment.