Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rrchai committed Nov 3, 2023
1 parent 4f832c5 commit d693a81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export class ChallengeComponent implements OnInit, OnDestroy {
const newPath = path ?? location.pathname;
this._location.replaceState(newPath, newParam.toString());

// switch tab to active tab
// update active tab
this.activeTab = this.tabs[activeTabKey];
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export class OrgProfileComponent implements OnInit, OnDestroy {
const newPath = path ?? location.pathname;
this._location.replaceState(newPath, newParam.toString());

// switch tab to active tab
// update active tab
this.activeTab = this.tabs[activeTabKey];
}
}

0 comments on commit d693a81

Please sign in to comment.