fix: show browser steps always

This commit is contained in:
karishmas6
2024-08-06 03:50:55 +05:30
parent 742c654553
commit a3c9debe16

View File

@@ -107,7 +107,6 @@ export const RightSidePanel = () => {
)}
</Box>
{(getText || getScreenshot) && (
<Box>
<Box display="flex" justifyContent="space-between" gap={2} style={{ margin: '15px' }}>
<Button variant="outlined" onClick={handleBack}>Back</Button>
@@ -152,7 +151,6 @@ export const RightSidePanel = () => {
))}
</Box>
</Box>
)}
</Paper>
);
};