feat: show browser steps if getText || getScreenshot

This commit is contained in:
karishmas6
2024-08-06 03:28:21 +05:30
parent 06c0bf9ec8
commit bbe6d5373a

View File

@@ -104,7 +104,7 @@ export const RightSidePanel = () => {
</Box>
{
getText ? (
getText || getScreenshot ? (
<Box>
{browserSteps.map(step => (
<Box key={step.id} sx={{ boxShadow: 5, padding: '10px', margin: '10px', borderRadius: '4px' }}>