From bfcaa713fd091d5e9efb90e41ffb7030ef292f67 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 24 Oct 2024 00:05:44 +0530 Subject: [PATCH] feat: remove selector label --- src/components/atoms/Highlighter.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/atoms/Highlighter.tsx b/src/components/atoms/Highlighter.tsx index 66d09327..6fdab747 100644 --- a/src/components/atoms/Highlighter.tsx +++ b/src/components/atoms/Highlighter.tsx @@ -33,13 +33,13 @@ export const Highlighter = ({ unmodifiedRect, displayedSelector = '', width, hei width={rect.width} height={rect.height} /> - {displayedSelector} - + */} ); }