Chore: 주석 제거
This commit is contained in:
parent
c6e45cad63
commit
22b588ba8f
@ -166,7 +166,6 @@ export default function ImagePreSignedForm({
|
||||
}
|
||||
};
|
||||
|
||||
// 전체 진행 상황 계산
|
||||
const totalProgress = Math.round((uploadStatus.filter((status) => status !== null).length / files.length) * 100);
|
||||
|
||||
useEffect(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user