From 2a3caa12fef0a5c61f3cfe826f4c717449ce184b Mon Sep 17 00:00:00 2001 From: SharglutDev Date: Fri, 29 Nov 2024 15:25:14 +0100 Subject: [PATCH] front: fix linked path button clickable if retained simulation Remove the unnecessary div wrapper for the card Signed-off-by: SharglutDev --- .../StdcmForm/StdcmLinkedPathSearch.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/front/src/applications/stdcm/components/StdcmForm/StdcmLinkedPathSearch.tsx b/front/src/applications/stdcm/components/StdcmForm/StdcmLinkedPathSearch.tsx index 3572dd8b894..30cde1c5d2f 100644 --- a/front/src/applications/stdcm/components/StdcmForm/StdcmLinkedPathSearch.tsx +++ b/front/src/applications/stdcm/components/StdcmForm/StdcmLinkedPathSearch.tsx @@ -47,14 +47,13 @@ const StdcmLinkedPathSearch = ({ return (
{!displayLinkedPathSearch ? ( -
setShowLinkedPathSearch(true)}> - -
+ setShowLinkedPathSearch(true)} + /> ) : (