typos
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user