Skip to content

Commit

Permalink
removed commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCimini90 committed Aug 22, 2024
1 parent 73cb535 commit 6136172
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pages/[lang]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,6 @@ const IndexPage: NextPage = () => {
const { push } = useRouter();
const { lang } = useContext(LangContext);

// const redirectToInternalPage = (page: string) => {
// if (langCodes.includes(lang)) {
// push(`/${lang}/${page}`);
// }
// };

return (
<>
<PageHead
Expand Down

0 comments on commit 6136172

Please sign in to comment.