fix: missing fetchAndUpdateNetworks call

This commit is contained in:
Derrick Hammer 2023-10-12 12:22:07 -04:00
parent a0cd05af73
commit bf023856b9
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ const LumeProvider = ({ children }) => {
const subDone = networkRegistry.subscribeToUpdates(() => {
console.log("subscribeToUpdates triggered");
fetchAndUpdateNetworks();
});
return () => {