Bluesky app fork with some witchin' additions 💫

fix hook being marked as async for no reason (#8932)

authored by samuel.fm and committed by GitHub 0114cfcf 61724237

Changed files
+1 -1
src
locale
+1 -1
src/locale/i18n.web.ts
··· 182 182 i18n.activate(locale) 183 183 } 184 184 185 - export async function useLocaleLanguage() { 185 + export function useLocaleLanguage() { 186 186 const {appLanguage} = useLanguagePrefs() 187 187 useEffect(() => { 188 188 const sanitizedLanguage = sanitizeAppLanguageSetting(appLanguage)