fix: remove double quotes
This commit is contained in:
@@ -193,7 +193,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
|
|||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<Typography variant="h6" gutterBottom>
|
<Typography variant="h6" gutterBottom>
|
||||||
"It looks like you have not selected anything for extraction yet. Once you do, the robot will show a preview of your selections here."
|
It looks like you have not selected anything for extraction yet. Once you do, the robot will show a preview of your selections here.
|
||||||
</Typography>
|
</Typography>
|
||||||
)
|
)
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user