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