From e20c33ba27d95d75275c34562c815d3d976893ec Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 23 Oct 2024 07:33:50 +0530 Subject: [PATCH] feat: remove delete button for browser step --- src/components/organisms/RightSidePanel.tsx | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index 9adfad10..ee51cf50 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -467,24 +467,6 @@ export const RightSidePanel: React.FC = ({ onFinishCapture { step.type === 'text' && ( <> - {confirmedTextSteps[step.id] && hoverStates[step.id] && ( - handlePairDelete()} - sx={{ - position: 'absolute', - top: -15, - right: -15, - color: 'red', - p: 0, - zIndex: 1, - boxShadow: '5px', - backgroundColor: 'white', - borderRadius: '50%', - }} - > - - - )}