Also load/init lists in anonymous mode
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user