Skip to content

Commit

Permalink
fix: mock 데이터 형식 변경 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
tteokbokki-master authored Nov 15, 2024
1 parent b819cd2 commit 55f7ac5
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions src/apis/recruitmentsDetail/mock/recruitmentsDetailList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,9 @@ export const recruitmentDetailList = {
requestedCareer: '경력 1~2년',
imageUrl: cat,
detailedDescription: '김밥 만들기 알바',
majorBusiness: [
{ id: 1, text: '김밥 만들기' },
{ id: 2, text: '재료 전처리' },
{ id: 3, text: '마감 청소' },
],
eligibilityCriteria: [
{ id: 1, text: '비자를 가진 사람' },
{ id: 2, text: '주 2회 이상 근무 가능한 사람' },
],
preferredConditions: [
{ id: 1, text: '한국어 의사 소통이 잘 되는 사람' },
{ id: 2, text: '지각하지 않는 사람' },
{ id: 3, text: '김밥에 있는 오이를 빼지 않는 사람' },
],
majorBusiness: '김밥 만들기',
eligibilityCriteria: '비자를 가진 사람',
preferredConditions: '한국어 의사 소통이 잘 되는 사람',
employerName: '이재용',
companyName: '삼성전자',
koreanDetailedDescription: '김밥 만들기 아르바이트',
Expand Down

0 comments on commit 55f7ac5

Please sign in to comment.