Skip to content

Commit

Permalink
Issue #ED-1619 merge: Merge pull request #3416 from sujithsojan/relea…
Browse files Browse the repository at this point in the history
…se-6.0.0_ED-1619

Issue #ED-1619 fix: User navigates to profile page
  • Loading branch information
swayangjit authored Jun 2, 2023
2 parents 714d8de + afac264 commit b47b504
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -828,7 +828,6 @@ export class AppComponent implements OnInit, AfterViewInit {
|| (routeUrl.indexOf(RouterLinks.COLLECTION_DETAIL_ETB) !== -1)
|| (routeUrl.indexOf(RouterLinks.COLLECTION_DETAILS) !== -1)
|| (routeUrl.indexOf(RouterLinks.CONTENT_DETAILS) !== -1)
|| (routeUrl.indexOf(RouterLinks.ENROLLED_COURSE_DETAILS) !== -1)
|| (routeUrl.indexOf(RouterLinks.FAQ_HELP) !== -1)
|| (routeUrl.indexOf(RouterLinks.PROFILE_SETTINGS) !== -1)
|| (routeUrl.indexOf(RouterLinks.QRCODERESULT) !== -1)
Expand Down

0 comments on commit b47b504

Please sign in to comment.