chore: lint

This commit is contained in:
karishmas6
2024-08-04 03:23:02 +05:30
parent 409678ef11
commit 195d3a74ba

View File

@@ -45,7 +45,7 @@ export const BrowserWindow = () => {
const [highlighterData, setHighlighterData] = useState<{ rect: DOMRect, selector: string, elementInfo: ElementInfo | null; } | null>(null);
const [showAttributeModal, setShowAttributeModal] = useState(false);
const [attributeOptions, setAttributeOptions] = useState<AttributeOption[]>([]);
const [selectedElement, setSelectedElement] = useState<{selector: string, info: ElementInfo | null} | null>(null);
const [selectedElement, setSelectedElement] = useState<{ selector: string, info: ElementInfo | null } | null>(null);
const { socket } = useSocketStore();
@@ -164,7 +164,7 @@ export const BrowserWindow = () => {
getText === true ? (
<GenericModal
isOpen={showAttributeModal}
onClose={() => {}}
onClose={() => { }}
canBeClosed={false}
>
<div>