From dbccf23970d3908369c02272e9bfcf9b59ebd413 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 5 Sep 2024 22:43:14 +0530 Subject: [PATCH] chore: lint --- src/context/browserActions.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/context/browserActions.tsx b/src/context/browserActions.tsx index 64c771b8..06e903b8 100644 --- a/src/context/browserActions.tsx +++ b/src/context/browserActions.tsx @@ -35,8 +35,6 @@ export const ActionProvider = ({ children }: { children: ReactNode }) => { const startGetScreenshot = () => setGetScreenshot(true); const stopGetScreenshot = () => setGetScreenshot(false); - - return ( {children}