From 2b30863aeaf3a28f6446a9875c20f6ade54e6fe2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Wed, 21 Aug 2024 22:10:40 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/BrowserWindow.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/organisms/BrowserWindow.tsx b/src/components/organisms/BrowserWindow.tsx index 47738ad3..ae5cc2f3 100644 --- a/src/components/organisms/BrowserWindow.tsx +++ b/src/components/organisms/BrowserWindow.tsx @@ -23,7 +23,6 @@ interface AttributeOption { const getAttributeOptions = (tagName: string, elementInfo: ElementInfo | null): AttributeOption[] => { if (!elementInfo) return []; - switch (tagName.toLowerCase()) { case 'a': return [