From 66edf44f8b14bbd22a7d94d11b61329efd3028c8 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 4 Mar 2025 16:39:25 +0100 Subject: [PATCH] fix(ui): resolve tooltip conditional rendering - Replace separate delay and disabled props with conditional title - Ensure tooltip only shows content when not disabled - Maintain consistent tooltip behavior across the application - Prevent potential rendering errors on disabled tooltips - Improve code maintainability for tooltip components Signed-off-by: Shekar Siri --- frontend/app/components/shared/SessionItem/SessionItem.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/app/components/shared/SessionItem/SessionItem.tsx b/frontend/app/components/shared/SessionItem/SessionItem.tsx index 6df332290..52e772cad 100644 --- a/frontend/app/components/shared/SessionItem/SessionItem.tsx +++ b/frontend/app/components/shared/SessionItem/SessionItem.tsx @@ -296,9 +296,9 @@ function SessionItem(props: RouteComponentProps & Props) { >