successfully repair default hubs when custom hub fails #7366
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ export function doClearDaemonSetting(key) {
|
||||||
const state = getState();
|
const state = getState();
|
||||||
const ready = selectPrefsReady(state);
|
const ready = selectPrefsReady(state);
|
||||||
|
|
||||||
if (!ready) {
|
if (!ready && key !== DAEMON_SETTINGS.LBRYUM_SERVERS) {
|
||||||
return dispatch(doAlertWaitingForSync());
|
return dispatch(doAlertWaitingForSync());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue