Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
venkykandagaddala committed Jan 2, 2025
1 parent d115cce commit cfd0014
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class InsightSideBarComponent implements OnInit {
this.surveyPopup = this.activatedRoute.snapshot.data.pageData.data.surveyPopup
// Fetch National learning week configurations
this.nwlConfiguration = this.activatedRoute.snapshot.data.pageData.data.nationalLearningWeek
this.updateDesignationCard = this.activatedRoute.snapshot.data.pageData.data.updteDesignation
this.updateDesignationCard = this.activatedRoute.snapshot.data.pageData.data.updateDesignation
if (this.nwlConfiguration && this.nwlConfiguration.enabled) {
this.getNlwConfig()
}
Expand Down

0 comments on commit cfd0014

Please sign in to comment.