Skip to content

Commit

Permalink
fix: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
niloofar-deriv committed Jun 13, 2024
1 parent 3ab52e8 commit 9fa661b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppHeader/MobileMenu/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export const MobileMenu = () => {
isOpen
languages={LANGUAGES}
onClose={hideModal}
onLanguageSwitch={code => switchLanguage(code)}
onLanguageSwitch={switchLanguage}
selectedLanguage={currentLang}
/>
</>
Expand Down

0 comments on commit 9fa661b

Please sign in to comment.