feat: show browser steps if getText || getScreenshot
This commit is contained in:
@@ -104,7 +104,7 @@ export const RightSidePanel = () => {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
{
|
{
|
||||||
getText ? (
|
getText || getScreenshot ? (
|
||||||
<Box>
|
<Box>
|
||||||
{browserSteps.map(step => (
|
{browserSteps.map(step => (
|
||||||
<Box key={step.id} sx={{ boxShadow: 5, padding: '10px', margin: '10px', borderRadius: '4px' }}>
|
<Box key={step.id} sx={{ boxShadow: 5, padding: '10px', margin: '10px', borderRadius: '4px' }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user