diff --git a/src/components/robot/RobotEdit.tsx b/src/components/robot/RobotEdit.tsx index 7d4e179e..f56f0869 100644 --- a/src/components/robot/RobotEdit.tsx +++ b/src/components/robot/RobotEdit.tsx @@ -231,7 +231,7 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin /> )} - {(robot.isLogin && credentialSelectors.length > 0) && ( + {(robot.isLogin || credentialSelectors.length > 0) && ( <> {t('Login Credentials')}