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