We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29c1dc commit 861a3c4Copy full SHA for 861a3c4
src/components/popups/user/Dropdown.tsx
@@ -128,7 +128,7 @@ const UserProfileDropdown = ({ buttonStyles, onClose }: { buttonStyles?: CSSProp
128
) : (
129
<></>
130
)}
131
- {showLanguageSwitcher && <LanguageList />}
+ {showLanguageSwitcher && <LanguageList onSelect={onClose} />}
132
<div className="p-4 flex justify-center bg-indigo-50">
133
<div className="z-10">
134
<Button
0 commit comments