File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
feature/recruitment/src/main
java/team/retum/jobis/recruitment/ui Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,13 @@ private fun RecruitmentDetailInfo(
233233 )
234234 Detail (
235235 title = stringResource(id = R .string.required_grade),
236- content = requiredGrade.toString(),
236+ content = requiredGrade.toString() + if (requiredGrade != null ) {
237+ stringResource(
238+ id = R .string.percent_grade,
239+ )
240+ } else {
241+ " "
242+ },
237243 )
238244 Detail (
239245 title = stringResource(id = R .string.work_hours),
Original file line number Diff line number Diff line change 2020 <string name =" certificate" >자격증</string >
2121 <string name =" recruitment_procedure" >채용절차</string >
2222 <string name =" required_grade" >필수 성적</string >
23+ <string name =" percent_grade" >% 이내</string >
2324 <string name =" work_hours" >근무시간</string >
2425 <string name =" wage_and_benefits" >복리후생</string >
2526 <string name =" submission_document" >제출 서류</string >
You can’t perform that action at this time.
0 commit comments