From dcc211c844d9ff0b42d42f197d9ae18f23d3105a Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 22 Aug 2024 23:58:08 +0530 Subject: [PATCH] chore: remove comment --- src/components/molecules/BrowserNavBar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/molecules/BrowserNavBar.tsx b/src/components/molecules/BrowserNavBar.tsx index e57e7c21..91980cf3 100644 --- a/src/components/molecules/BrowserNavBar.tsx +++ b/src/components/molecules/BrowserNavBar.tsx @@ -30,7 +30,6 @@ const BrowserNavBar: FC = ({ handleUrlChanged, }) => { - // context: const { socket } = useSocketStore(); const [currentUrl, setCurrentUrl] = useState('https://');