From f35074a5c609f35495bc55a2e803c394f407ac57 Mon Sep 17 00:00:00 2001 From: jhj2713 Date: Fri, 23 Aug 2024 16:07:10 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20dependency=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../features/CasperCustom/CustomProcess/CasperCustomFinish.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {