Skip to content

Commit

Permalink
navigation refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-macaneata committed Jun 10, 2020
1 parent e13a0c6 commit afac388
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 193 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ if (settings) {
}

const MultilingualRedirector = props => {
console.log('here working', props)
const { pathname, children } = props;
const currentLanguage = cookie.load('lang') || settings.defaultLanguage;
const redirectToLanguage = settings.supportedLanguages.includes(
Expand Down
Loading

0 comments on commit afac388

Please sign in to comment.