fix: missing fetchAndUpdateNetworks call
This commit is contained in:
parent
a0cd05af73
commit
bf023856b9
|
@ -127,6 +127,7 @@ const LumeProvider = ({ children }) => {
|
||||||
|
|
||||||
const subDone = networkRegistry.subscribeToUpdates(() => {
|
const subDone = networkRegistry.subscribeToUpdates(() => {
|
||||||
console.log("subscribeToUpdates triggered");
|
console.log("subscribeToUpdates triggered");
|
||||||
|
fetchAndUpdateNetworks();
|
||||||
});
|
});
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
|
|
Loading…
Reference in New Issue