Fix map size label in map settings
This commit is contained in:
@@ -73,7 +73,7 @@ export function AssetsProvider({ children }) {
|
||||
await database.table("assets").put(asset);
|
||||
}
|
||||
},
|
||||
[database]
|
||||
[database, worker]
|
||||
);
|
||||
|
||||
const value = {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user