chore: lint

This commit is contained in:
karishmas6
2024-06-25 22:46:52 +05:30
parent 1d310c827b
commit c56759bc49

View File

@@ -110,8 +110,8 @@ export const BrowserWindow = () => {
/>
: null}
{selectedElements.map((element, index) => (
canvasRef?.current ?
<Highlighter
canvasRef?.current ?
<Highlighter
key={index}
unmodifiedRect={element?.rect}
displayedSelector={element?.selector}
@@ -119,8 +119,8 @@ export const BrowserWindow = () => {
height={height}
canvasRect={canvasRef.current.getBoundingClientRect()}
isSelected={true}
/>
: null
/>
: null
))}
<Canvas
onCreateRef={setCanvasReference}