chore: lint
This commit is contained in:
@@ -122,13 +122,13 @@ export const RightSidePanel = ({ pairForEdit }: RightSidePanelProps) => {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<Box>
|
<Box>
|
||||||
{browserSteps.map(step => (
|
{browserSteps.map(step => (
|
||||||
<Box key={step.id} sx={{ border: '1px solid black', padding: '10px' }}>
|
<Box key={step.id} sx={{ border: '1px solid black', padding: '10px' }}>
|
||||||
<Typography variant="h6">{step.label}</Typography>
|
<Typography variant="h6">{step.label}</Typography>
|
||||||
<Typography>{step.value}</Typography>
|
<Typography>{step.value}</Typography>
|
||||||
</Box>
|
</Box>
|
||||||
))}
|
))}
|
||||||
</Box>
|
</Box>
|
||||||
</Paper>
|
</Paper>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user