From 70913e2c8f996b897f28fc7a9ab0852cfbb75f71 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Sat, 19 Oct 2024 19:15:37 +0530 Subject: [PATCH] fix: remove double quotes --- src/components/molecules/InterpretationLog.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/InterpretationLog.tsx b/src/components/molecules/InterpretationLog.tsx index 9c0d5bab..042ceaf5 100644 --- a/src/components/molecules/InterpretationLog.tsx +++ b/src/components/molecules/InterpretationLog.tsx @@ -193,7 +193,7 @@ export const InterpretationLog: React.FC = ({ isOpen, se ) : ( - "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. ) )}