successfully repair default hubs when custom hub fails

This commit is contained in:
zeppi 2021-12-20 16:18:23 -05:00
parent 27e8159db9
commit d288056bc9

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());
}