diff --git a/app/services/storage.js b/app/services/storage.js index 227fad0..5bf7fc5 100644 --- a/app/services/storage.js +++ b/app/services/storage.js @@ -50,6 +50,10 @@ export default class StorageService extends Service { this.loadLists(); }); + this.rs.on('not-connected', () => { + this.loadLists(); + }); + this.rs.on('disconnected', () => { this.connected = false; this.userAddress = null;