From 8644a5fa8af5e3ef4a19f4a00a652aaf31311e74 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Mon, 17 Jan 2022 18:13:11 -0800 Subject: [PATCH] more bugs --- components/Dashboard/Rooms.tsx | 4 +++- components/Modals/CreateOrUpdateRoom.tsx | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/components/Dashboard/Rooms.tsx b/components/Dashboard/Rooms.tsx index 2cb707d..cc76eb4 100644 --- a/components/Dashboard/Rooms.tsx +++ b/components/Dashboard/Rooms.tsx @@ -168,6 +168,8 @@ export default function DashboardRoom() { return meRooms; case RoomTypeFilter.live: return liveRooms; + case RoomTypeFilter.archived: + return archivedRooms; default: return allRooms; } @@ -251,7 +253,7 @@ export default function DashboardRoom() { {RoomTypeFilter.archived}{" "} - {archivedRooms.length > 0 ? liveRooms.length : ""} + {archivedRooms.length > 0 ? archivedRooms.length : ""} diff --git a/components/Modals/CreateOrUpdateRoom.tsx b/components/Modals/CreateOrUpdateRoom.tsx index 674ae32..cacc6ba 100644 --- a/components/Modals/CreateOrUpdateRoom.tsx +++ b/components/Modals/CreateOrUpdateRoom.tsx @@ -263,6 +263,9 @@ export default function CreateOrUpdateRoomModal(props: IModalProps) { Optional - ppt, meeting notes... + + have multiple? just post it in the team attachments +