From 90e5f1883f7b9bfd810a47d03d217e1410893c78 Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Tue, 18 Jan 2022 00:57:54 -0800 Subject: [PATCH] fixing more quick ui things --- components/Dashboard/Rooms.tsx | 13 +++++++------ components/RoomCard.tsx | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/components/Dashboard/Rooms.tsx b/components/Dashboard/Rooms.tsx index e3f3f80..543df5f 100644 --- a/components/Dashboard/Rooms.tsx +++ b/components/Dashboard/Rooms.tsx @@ -232,18 +232,19 @@ export default function DashboardRoom() { value={selectedTabPane} onChange={(e) => setSelectedTabPane(e.target.value)} > - - {RoomTypeFilter.team}{" "} - - {teamRooms.length} - - {RoomTypeFilter.me}{" "} {meRooms.length > 0 ? meRooms.length : ""} + + {RoomTypeFilter.team}{" "} + + {teamRooms.length} + + + {RoomTypeFilter.live}{" "} diff --git a/components/RoomCard.tsx b/components/RoomCard.tsx index 9a93fd4..7f23338 100644 --- a/components/RoomCard.tsx +++ b/components/RoomCard.tsx @@ -225,7 +225,7 @@ export default function RoomCard(props: IRoomCardProps) { {/* header */}