From 92c0cc258bd8eba6484b7f48d78639806ab7e587 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 22:32:20 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/BrowserWindow.tsx | 76 +++++++++++----------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index a849446b..d4aa0b15 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -234,44 +234,44 @@ export const BrowserWindow = () => { return (
{ - getText === true || getList === true ? ( - { }} - canBeClosed={false} - > -
-

Select Attribute

-
- {attributeOptions.map((option) => ( - - ))} -
-
-
- ) : null -} + getText === true || getList === true ? ( + { }} + canBeClosed={false} + > +
+

Select Attribute

+
+ {attributeOptions.map((option) => ( + + ))} +
+
+
+ ) : null + } {((getText === true || getList === true) && !showAttributeModal && highlighterData?.rect != null && highlighterData?.rect.top != null) && canvasRef?.current ?