From fcee35ee3ed43289d88cf6c3ecf6bbafa4f80d61 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 27 Dec 2022 08:15:46 +0100 Subject: [PATCH] fix(ui) - active session modal list compact --- .../components/Assist/components/SessionList/SessionList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Assist/components/SessionList/SessionList.tsx b/frontend/app/components/Assist/components/SessionList/SessionList.tsx index 6de55c0d1..ad4eb4df5 100644 --- a/frontend/app/components/Assist/components/SessionList/SessionList.tsx +++ b/frontend/app/components/Assist/components/SessionList/SessionList.tsx @@ -56,7 +56,7 @@ function SessionList(props: Props) { {session.pageTitle} )} - hideModal()} key={session.sessionId} session={session} /> + hideModal()} key={session.sessionId} session={session} /> ))}