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} />
))}