successfully repair default hubs when custom hub fails (#7366)

This commit is contained in:
jessopb 2021-12-20 16:20:16 -05:00 committed by GitHub
parent 27e8159db9
commit 18619cac20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,7 @@ export function doClearDaemonSetting(key) {
const state = getState();
const ready = selectPrefsReady(state);
if (!ready) {
if (!ready && key !== DAEMON_SETTINGS.LBRYUM_SERVERS) {
return dispatch(doAlertWaitingForSync());
}