feat(i18n, client): replace language select (#40936)

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
Nicholas Carrigan (he/him)
2021-02-08 21:53:40 -08:00
committed by GitHub
parent 98ff6823e2
commit 1e60623c8b
2 changed files with 37 additions and 41 deletions

View File

@ -249,7 +249,7 @@ const hasRadioNavItem = component => {
};
const hasSignOutNavItem = component => {
const { children } = navigationLinks(component, 10);
const { children } = navigationLinks(component, 12);
const signOutProps = children[1].props;
return (