Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
rename to componentDidMount
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Jan 5, 2022
1 parent c6b6c04 commit 0efabf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Navigation extends Component {
* @method componentWillMount
* @returns {undefined}getBasePath
*/
componentWillMount() {
componentDidMount() {
// this.props.getNavigation(getBaseUrl(this.props.pathname), 2);
this.closeMobileMenu();
}
Expand Down

0 comments on commit 0efabf9

Please sign in to comment.