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); } };