We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c81b0 commit 01ad9c8Copy full SHA for 01ad9c8
feature/recruitment/src/main/java/team/retum/jobis/recruitment/ui/RecruitmentDetailsScreen.kt
@@ -259,7 +259,7 @@ private fun RecruitmentDetailInfo(
259
content = "${if (integrationPlan!!) "있" else "없"}음",
260
)
261
}
262
- if(!winterIntern && hireConvertible != null) {
+ if (!winterIntern && hireConvertible != null) {
263
Detail(
264
title = stringResource(id = R.string.hireConvertible),
265
content = "${if (hireConvertible!!) "있" else "없"}음",
0 commit comments