diff --git a/frontend/src/components/Pages/RobotPage/RobotPage.tsx b/frontend/src/components/Pages/RobotPage/RobotPage.tsx index a73845dfb..d0edca46c 100644 --- a/frontend/src/components/Pages/RobotPage/RobotPage.tsx +++ b/frontend/src/components/Pages/RobotPage/RobotPage.tsx @@ -63,18 +63,16 @@ export const RobotPage = () => { {selectedRobot.status !== RobotStatus.Offline && ( <> - {selectedRobot.model.upperPressureWarningThreshold && ( - - )} + )}