From 22b588ba8f6bd6552c0e0db1102385435e13214a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=ED=98=84=EC=A1=B0?= Date: Tue, 8 Oct 2024 07:11:22 +0900 Subject: [PATCH] =?UTF-8?q?Chore:=20=EC=A3=BC=EC=84=9D=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/ImagePreSignedForm/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/ImagePreSignedForm/index.tsx b/frontend/src/components/ImagePreSignedForm/index.tsx index dc84263..4705f6a 100644 --- a/frontend/src/components/ImagePreSignedForm/index.tsx +++ b/frontend/src/components/ImagePreSignedForm/index.tsx @@ -166,7 +166,6 @@ export default function ImagePreSignedForm({ } }; - // 전체 진행 상황 계산 const totalProgress = Math.round((uploadStatus.filter((status) => status !== null).length / files.length) * 100); useEffect(() => {