language detection fixed

This commit is contained in:
Daniel Shleifman
2021-06-06 22:42:22 +03:00
parent c91952a21a
commit 0a7f922c47
3 changed files with 18 additions and 30 deletions

View File

@@ -18,7 +18,6 @@ import { AppSidebarStyle } from './style'
export default function Sidebar({ isDrawerOpen, setIsDonationDialogOpen }) {
const [currentLang, changeLang] = useChangeLanguage()
const { t } = useTranslation()
return (