Skip to content

Commit

Permalink
Fix: Language Menu should disappear when a user selects a language (#912
Browse files Browse the repository at this point in the history
)

Co-authored-by: Kylee Fields <43586156+kyleecodes@users.noreply.github.com>
  • Loading branch information
anmol-fzr and kyleecodes committed May 19, 2024
1 parent c593a8e commit 2f91449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/layout/LanguageMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export default function LanguageMenu() {
locale={language}
onClick={() => {
logEvent(generateLanguageMenuEvent(language), eventUserData);
handleClose()
}}
>
{languageLabel}
Expand Down

0 comments on commit 2f91449

Please sign in to comment.