chore: lint
This commit is contained in:
@@ -71,7 +71,7 @@ const ActionDescriptionBox = () => {
|
|||||||
<>
|
<>
|
||||||
<Typography variant="h6" gutterBottom>Capture List</Typography>
|
<Typography variant="h6" gutterBottom>Capture List</Typography>
|
||||||
<Typography variant="body1" gutterBottom>
|
<Typography variant="body1" gutterBottom>
|
||||||
Hover over the list you want to extract. Once selected, you can hover over all texts inside the list you selected. Click to select them.
|
Hover over the list you want to extract. Once selected, you can hover over all texts inside the list you selected. Click to select them.
|
||||||
</Typography>
|
</Typography>
|
||||||
<Box>
|
<Box>
|
||||||
{messages.map(({ stage, text }, index) => (
|
{messages.map(({ stage, text }, index) => (
|
||||||
|
|||||||
Reference in New Issue
Block a user