fix: remove double quotes

This commit is contained in:
karishmas6
2024-10-19 19:15:37 +05:30
parent 441cf78c7c
commit 70913e2c8f

View File

@@ -193,7 +193,7 @@ export const InterpretationLog: React.FC<InterpretationLogProps> = ({ isOpen, se
</>
) : (
<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>
)
)}