From b0e6a45c7ccfbb03905748e60746abae71556716 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 5 Aug 2024 22:44:03 +0530 Subject: [PATCH] feat: remove Action box --- src/components/organisms/RightSidePanel.tsx | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/components/organisms/RightSidePanel.tsx b/src/components/organisms/RightSidePanel.tsx index f57bb01f..616bd0dd 100644 --- a/src/components/organisms/RightSidePanel.tsx +++ b/src/components/organisms/RightSidePanel.tsx @@ -95,25 +95,6 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => { Last action: {` ${lastAction}`} - {content === 'action' && ( - <> - Type of action: - - - click on coordinates - enqueueLinks - scrape - scrapeSchema - screenshot - script - scroll - - - - {isSettingsDisplayed && } - - )} - {!getText && !getScreenshot && } {getText && }