diff --git a/src/context/browserActions.tsx b/src/context/browserActions.tsx index b1d8e1ae..21f4754d 100644 --- a/src/context/browserActions.tsx +++ b/src/context/browserActions.tsx @@ -40,7 +40,7 @@ export const ActionProvider = ({ children }: { children: ReactNode }) => { const stopGetScreenshot = () => setGetScreenshot(false); return ( - + {children} );