fix update spinner
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
@@ -302,11 +302,13 @@ function GeneralSection() {
|
||||
Sentry.captureException(e)
|
||||
console.error(e)
|
||||
setUpdateButtonText('Failed to check')
|
||||
setIsWorkingUpdate(false)
|
||||
return
|
||||
}
|
||||
console.log('receivedUpdate', JSON.stringify(receivedUpdate, null, 2))
|
||||
if (!receivedUpdate) {
|
||||
setUpdateButtonText('Up to date')
|
||||
setIsWorkingUpdate(false)
|
||||
return
|
||||
}
|
||||
console.log(
|
||||
|
||||
Reference in New Issue
Block a user