From d1679165c2edf0d4bc7c66246256b76be5357ba2 Mon Sep 17 00:00:00 2001 From: d0dam Date: Wed, 16 Oct 2024 09:38:57 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=97=91=EC=85=80=20=EB=8B=A4=EC=9A=B4?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EC=97=90=EB=9F=AC=EC=8B=9C=20=EB=AC=B4?= =?UTF-8?q?=ED=95=9C=20=EB=A1=9C=EB=94=A9=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Coop/components/DownloadModal/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/Coop/components/DownloadModal/index.tsx b/src/pages/Coop/components/DownloadModal/index.tsx index df3f0d1..9247f27 100644 --- a/src/pages/Coop/components/DownloadModal/index.tsx +++ b/src/pages/Coop/components/DownloadModal/index.tsx @@ -111,6 +111,7 @@ export default function DownloadModal({ closeModal }: DownloadModalProps) { // } showToast('다운로드에 실패했습니다.'); + setIsDownloading(false); } };