From 71986f60011f8db0d8f7673556bd6de469ed6609 Mon Sep 17 00:00:00 2001 From: Robert Long Date: Wed, 5 Jan 2022 16:12:58 -0800 Subject: [PATCH] Fix call list alignment --- src/home/CallList.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/home/CallList.jsx b/src/home/CallList.jsx index 1ccc9415..de8e4c03 100644 --- a/src/home/CallList.jsx +++ b/src/home/CallList.jsx @@ -22,8 +22,12 @@ export function CallList({ rooms, client }) { participants={participants} /> ))} -
-
+ {rooms.length > 3 && ( + <> +
+
+ + )}
);