From 15cdbf3c986c7bc4a86cabcaecc2116ee2e0e493 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 22:22:32 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/BrowserWindow.tsx | 48 +++++++++++----------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index c7b64d59..6d6fdec9 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -234,30 +234,30 @@ 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 ?