feat(i18n, client): replace language select (#40936)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
98ff6823e2
commit
1e60623c8b
@ -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 (
|
||||
|
Reference in New Issue
Block a user