diff --git a/apps/company/src/app/registration/page.tsx b/apps/company/src/app/registration/page.tsx index 598edad..7c7cbf8 100644 --- a/apps/company/src/app/registration/page.tsx +++ b/apps/company/src/app/registration/page.tsx @@ -683,19 +683,7 @@ export default function Registration() { , - { - if (searchParams.get("type") !== "edit") { - onUploadFile(bizRegistrationRef); - } - }} - style={{ - cursor: - searchParams.get("type") === "edit" - ? "not-allowed" - : "pointer", - }} - > + onUploadFile(bizRegistrationRef)}> 파일 추가하기