mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
fix lang switcher
This commit is contained in:
@@ -111,7 +111,7 @@ export default function App() {
|
||||
? changeLang('ua')
|
||||
: currentLang === 'ua'
|
||||
? changeLang('zh')
|
||||
: currentLang === 'en'
|
||||
: changeLang('en')
|
||||
}
|
||||
>
|
||||
{currentLang.toUpperCase()}
|
||||
|
||||
Reference in New Issue
Block a user