chore: lint
This commit is contained in:
@@ -423,9 +423,9 @@ export const RobotEditModal = ({ isOpen, handleStart, handleClose, initialSettin
|
|||||||
|
|
||||||
{(robot.isLogin || Object.keys(credentials).length > 0) && (
|
{(robot.isLogin || Object.keys(credentials).length > 0) && (
|
||||||
<>
|
<>
|
||||||
<Typography variant="body1" style={{ marginBottom: '20px' }}>
|
<Typography variant="body1" style={{ marginBottom: '20px' }}>
|
||||||
{t('Input Texts')}
|
{t('Input Texts')}
|
||||||
</Typography>
|
</Typography>
|
||||||
{renderAllCredentialFields()}
|
{renderAllCredentialFields()}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user