Also load/init lists in anonymous mode
Some checks failed
CI / Lint (pull_request) Failing after 22s
CI / Test (pull_request) Successful in 34s

This commit is contained in:
2026-03-13 17:04:29 +04:00
parent 37cf47b3dd
commit f1779131e8

View File

@@ -50,6 +50,10 @@ export default class StorageService extends Service {
this.loadLists(); this.loadLists();
}); });
this.rs.on('not-connected', () => {
this.loadLists();
});
this.rs.on('disconnected', () => { this.rs.on('disconnected', () => {
this.connected = false; this.connected = false;
this.userAddress = null; this.userAddress = null;