feat: lint code
This commit is contained in:
+1
-2
@@ -12,7 +12,6 @@ export const getLocaleOnClient = (): Locale => {
|
||||
export const setLocaleOnClient = (locale: Locale, notReload?: boolean) => {
|
||||
Cookies.set(LOCALE_COOKIE_NAME, locale)
|
||||
changeLanguage(locale)
|
||||
if (!notReload) {
|
||||
if (!notReload)
|
||||
location.reload()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user