Fixing compilation erorr

This commit is contained in:
Vladislav Khorev 2024-03-22 08:49:03 +00:00
parent 5fb5487ea9
commit 046a17122d

View File

@ -81,6 +81,7 @@ const NavMenu: React.FC<INavMenuProps> = ({
}`} }`}
href="#" href="#"
locale={lang.pathname} locale={lang.pathname}
key={lang.id}
> >
{lang.language} {lang.language}
</Link> </Link>