Fix map size label in map settings

This commit is contained in:
Mitchell McCaffrey
2021-04-29 16:38:33 +10:00
parent 71edf5c5c5
commit acbb00dc5b
5 changed files with 31 additions and 67 deletions

View File

@@ -73,7 +73,7 @@ export function AssetsProvider({ children }) {
await database.table("assets").put(asset);
}
},
[database]
[database, worker]
);
const value = {

View File

@@ -219,7 +219,7 @@ export function MapDataProvider({ children }) {
await updateCache();
}
},
[database, updateCache, userId, worker]
[database, updateCache, userId]
);
// Create DB observable to sync creating and deleting