From 467ffe39fa8575ee2821f5149a7065ed316da95a Mon Sep 17 00:00:00 2001 From: Rohit Rajan Date: Thu, 20 Nov 2025 20:38:03 +0530 Subject: [PATCH] feat: rm display integrations scrape robot --- .../robot/pages/RobotIntegrationPage.tsx | 102 +++++++++--------- 1 file changed, 54 insertions(+), 48 deletions(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index 9bedf3a5..8905abe2 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -731,54 +731,60 @@ export const RobotIntegrationPage = ({ width: "100%", }} > - - + {!isScrapeRobot && ( + + )} + + {!isScrapeRobot && ( + + )} +