From 8961c4b64ea20b1646af69795410dcb31a3c29de Mon Sep 17 00:00:00 2001 From: JAEMOONLEE Date: Thu, 21 Sep 2023 09:17:33 +0900 Subject: [PATCH] =?UTF-8?q?[feat]=20Room=20=EB=93=B1=EB=A1=9D=20step3=20?= =?UTF-8?q?=EC=9D=B4=EB=AF=B8=EC=A7=80=20=EB=93=B1=EB=A1=9D=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/File/FileUpload.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/File/FileUpload.tsx b/components/File/FileUpload.tsx index 75dad9e..65bea54 100644 --- a/components/File/FileUpload.tsx +++ b/components/File/FileUpload.tsx @@ -35,9 +35,12 @@ export default function FileUpload() { }) => ( // write your building UI
-
+
- + { (imageList || []).length < 5 && onImageUpload()}} + /> {(imageList || []).length}/{maxNumber}