This commit is contained in:
Samuel Newman
2026-06-11 14:31:57 +03:00
parent d260a8ea4e
commit c39c23d608
+2 -2
View File
@@ -50,10 +50,10 @@ export function useGoogleTranslate() {
} catch (err) {
if (__DEV__) console.error(err)
// most likely means they don't have the translate app
await openLink(translateUrl)
openLink(translateUrl)
}
} else {
await openLink(translateUrl)
openLink(translateUrl)
}
},
[openLink],