"updated Animation"
This commit is contained in:
@@ -20,6 +20,7 @@ async function loadInitialFloorItems(
|
||||
const organization = (email!.split("@")[1]).split(".")[0];
|
||||
|
||||
const items = await getFloorAssets(organization);
|
||||
console.log('items: ', items);
|
||||
localStorage.setItem("FloorItems", JSON.stringify(items));
|
||||
await initializeDB();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user