nice touchups and fixing audio playing issues

This commit is contained in:
Arjun Patel
2022-01-21 19:21:11 -08:00
parent 6f652b3353
commit 643383cf57
4 changed files with 45 additions and 12 deletions
-1
View File
@@ -124,7 +124,6 @@ export default function DashboardRoom() {
updatedRoom.id = change.doc.id;
if (change.type === "added" || change.type === "modified") {
console.log("New or updated room: ", updatedRoom);
// update rooms map
setRoomsMap((prevMap) => {
return new Map(prevMap.set(updatedRoom.id, updatedRoom));