Fix issue that caused favorites not to reload

This commit is contained in:
Empathic Qubit 2021-05-17 13:42:43 -04:00
parent 4af5293dae
commit eb8153042d

View file

@ -69,6 +69,7 @@ const reloadFavorites = async () => {
}
if (!different) {
setTimeout(reloadFavorites, UPDATE_INTERVAL)
return;
}