Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
JJIIIINN committed Mar 25, 2024
2 parents a23dacb + 5d047b6 commit 9fe9a6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/Apis/Companies/request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@ export interface CompanyInfoEditType {
service_name: string;
company_profile_url: string;
representative_phone_no: string;
business_area_code: number;
biz_registration_url: string;
}
2 changes: 0 additions & 2 deletions src/Components/Detail/CompanyDetail/Edit/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ export function CompanyDetailEdit({
service_name: companyDetailInfo?.service_name,
company_profile_url: companyDetailInfo?.company_profile_url,
representative_phone_no: companyDetailInfo?.representative_phone_no,
business_area_code: companyDetailInfo?.business_area_code,
biz_registration_url: companyDetailInfo?.biz_registration_url,
});

const {
Expand Down

0 comments on commit 9fe9a6a

Please sign in to comment.