chore: lint

This commit is contained in:
karishmas6
2024-08-06 03:37:41 +05:30
parent 6892f1d54d
commit eb4b71db2c

View File

@@ -136,9 +136,9 @@ export const RightSidePanel = () => {
)}
</>
) : (
step.type === 'screenshot' && (
<Typography>{`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`}</Typography>
)
step.type === 'screenshot' && (
<Typography>{`Take ${step.fullPage ? 'Fullpage' : 'Visible Part'} Screenshot`}</Typography>
)
)
}
</Box>