Commit 7d2da612 by Muhammad Usman

build fix

parent 3109f8d3
...@@ -23,7 +23,7 @@ export class HomeComponent extends BaseComponent implements OnInit { ...@@ -23,7 +23,7 @@ export class HomeComponent extends BaseComponent implements OnInit {
{link: '/my-career-web/assessments/diversity-profile', key: 'CompletedPercentageDiv'} {link: '/my-career-web/assessments/diversity-profile', key: 'CompletedPercentageDiv'}
]; ];
activeSection; activeSection;
contentSection: {text: string, button: string, link: string, firstTime: string, firstTimeBtn: string}; contentSection: {text: string, button: string, link: string, firstTime?: string, firstTimeBtn?: string};
constructor( constructor(
private personalDetailsService: PersonalDetailsService, private personalDetailsService: PersonalDetailsService,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment