From 400fcd435a887f02323e226e6f4838cc63f3b8e4 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Mon, 18 Jul 2022 11:38:27 +0200 Subject: [PATCH] change(ui) - reduced active session modal to 700px --- .../Assist/components/SessionList/SessionList.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/Assist/components/SessionList/SessionList.tsx b/frontend/app/components/Assist/components/SessionList/SessionList.tsx index 25cbcb89d..ed0af5625 100644 --- a/frontend/app/components/Assist/components/SessionList/SessionList.tsx +++ b/frontend/app/components/Assist/components/SessionList/SessionList.tsx @@ -23,8 +23,8 @@ function SessionList(props: Props) { }, []); return ( -
-
+
+
{props.userId}'s Live Sessions{' '} @@ -43,7 +43,7 @@ function SessionList(props: Props) { {session.pageTitle}
)} - hideModal()} key={session.sessionId} session={session} showActive={session.active} /> + hideModal()} key={session.sessionId} session={session} />
))}