This commit is contained in:
Hailey
2025-07-24 14:11:48 -07:00
parent 64fca6f90a
commit c10dce49b5
+2 -2
View File
@@ -81,7 +81,7 @@ export function useApplyPullRequestOTAUpdate() {
logger.debug('Attempting to fetch update...') logger.debug('Attempting to fetch update...')
await fetchUpdateAsync() await fetchUpdateAsync()
Alert.alert( Alert.alert(
'Deployment Availalbe', 'Deployment Available',
`A new deployment of ${channel} is availalble. Relaunch now?`, `A new deployment of ${channel} is availalble. Relaunch now?`,
[ [
{ {
@@ -190,7 +190,7 @@ export function useOTAUpdates() {
}, []) }, [])
React.useEffect(() => { React.useEffect(() => {
// We don't need to check anything if the curernt update is a PR update // We don't need to check anything if the current update is a PR update
if (currentChannel?.startsWith('pull-request')) { if (currentChannel?.startsWith('pull-request')) {
return return
} }