fix: show browser steps always
This commit is contained in:
@@ -107,7 +107,6 @@ export const RightSidePanel = () => {
|
|||||||
)}
|
)}
|
||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
{(getText || getScreenshot) && (
|
|
||||||
<Box>
|
<Box>
|
||||||
<Box display="flex" justifyContent="space-between" gap={2} style={{ margin: '15px' }}>
|
<Box display="flex" justifyContent="space-between" gap={2} style={{ margin: '15px' }}>
|
||||||
<Button variant="outlined" onClick={handleBack}>Back</Button>
|
<Button variant="outlined" onClick={handleBack}>Back</Button>
|
||||||
@@ -152,7 +151,6 @@ export const RightSidePanel = () => {
|
|||||||
))}
|
))}
|
||||||
</Box>
|
</Box>
|
||||||
</Box>
|
</Box>
|
||||||
)}
|
|
||||||
</Paper>
|
</Paper>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user