diff --git a/client/src/features/CasperCustom/CustomProcess/CasperCustomFinish.tsx b/client/src/features/CasperCustom/CustomProcess/CasperCustomFinish.tsx index 7091adb7..7d221d63 100644 --- a/client/src/features/CasperCustom/CustomProcess/CasperCustomFinish.tsx +++ b/client/src/features/CasperCustom/CustomProcess/CasperCustomFinish.tsx @@ -74,7 +74,7 @@ export function CasperCustomFinish({ unblockNavigation(); getApplyCount(); - }, [cookies]); + }, []); const handleSaveImage = () => { if (!casperCustomRef.current) {