diff --git a/src/components/AppLanguageDropdown.web.tsx b/src/components/AppLanguageDropdown.web.tsx index 302a30ca..8052a4ef 100644 --- a/src/components/AppLanguageDropdown.web.tsx +++ b/src/components/AppLanguageDropdown.web.tsx @@ -29,7 +29,16 @@ export function AppLanguageDropdown() { ) return ( - + {APP_LANGUAGES.find(l => l.code2 === sanitizedLang)?.name} diff --git a/src/view/shell/Drawer.tsx b/src/view/shell/Drawer.tsx index a7342179..3972797b 100644 --- a/src/view/shell/Drawer.tsx +++ b/src/view/shell/Drawer.tsx @@ -224,7 +224,9 @@ let DrawerContent = ({}: {}): React.ReactNode => { /> ) : ( - + + + )} {hasSession ? (