Skip to content

Commit

Permalink
chore :: 사업자 등록증 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
eejx0 authored Nov 4, 2024
2 parents 0791c88 + 7e20226 commit 51c428c
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions apps/company/src/app/registration/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -683,19 +683,7 @@ export default function Registration() {
</InputTemplate>,
<InputTemplate key="biz-registration" title="사업자등록증">
<Flex direction="column">
<S.AddFileButton
onClick={() => {
if (searchParams.get("type") !== "edit") {
onUploadFile(bizRegistrationRef);
}
}}
style={{
cursor:
searchParams.get("type") === "edit"
? "not-allowed"
: "pointer",
}}
>
<S.AddFileButton onClick={() => onUploadFile(bizRegistrationRef)}>
<Text fontSize="body2" fontWeight="regular">
파일 추가하기
</Text>
Expand Down

0 comments on commit 51c428c

Please sign in to comment.