chore: lint

This commit is contained in:
karishmas6
2024-09-05 22:43:14 +05:30
parent f8361c25fd
commit dbccf23970

View File

@@ -35,8 +35,6 @@ export const ActionProvider = ({ children }: { children: ReactNode }) => {
const startGetScreenshot = () => setGetScreenshot(true);
const stopGetScreenshot = () => setGetScreenshot(false);
return (
<ActionContext.Provider value={{ getText, getList, getScreenshot, paginationMode, startGetText, stopGetText, startGetList, stopGetList, startGetScreenshot, stopGetScreenshot, startPaginationMode, stopPaginationMode }}>
{children}