Skip to content

Commit

Permalink
Issue #ED-2867 merge: Merge pull request #3490 from Ajoymaity/release…
Browse files Browse the repository at this point in the history
…-6.0.0_v13

Issue #ED-2867 fix: Fixed Home screen UI is not changing as per the role selected
  • Loading branch information
swayangjit authored Sep 13, 2023
2 parents 225abf2 + fd1db9b commit 1fc6212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/district-mapping/district-mapping.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export class DistrictMappingPage implements OnDestroy {
this.location.back();
} else if (this.profile && this.source === PageId.PROFILE) {
this.location.back();
// this.events.publish('UPDATE_TABS', {type: 'SWITCH_TABS_USERTYPE'});
this.events.publish('UPDATE_TABS', {type: 'SWITCH_TABS_USERTYPE'});
} else {
if (this.profile && !isSSOUser) {
await this.appGlobalService.showYearOfBirthPopup(this.profile.serverProfile);
Expand Down

0 comments on commit 1fc6212

Please sign in to comment.