#32: Don't display network error message when check for UI updates fails
This commit is contained in:
@@ -38,9 +38,8 @@ export const detectUIUpgrade = () => {
|
||||
} else {
|
||||
dispatch(clearUIUpgrade());
|
||||
}
|
||||
}).catch(error => {
|
||||
}).catch(() => {
|
||||
dispatch(clearUIUpgrade());
|
||||
dispatch(notifyError(error));
|
||||
});
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user