From 38eb08844155cd953514e584e145808c58b315ed Mon Sep 17 00:00:00 2001 From: "hsj._.06" Date: Fri, 6 Oct 2023 17:18:48 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20=EB=AA=A8=EC=A7=91=EC=9D=98?= =?UTF-8?q?=EB=A2=B0=EC=84=9C=20=EB=B3=91=ED=8A=B9=20=EC=95=84=EC=9D=B4?= =?UTF-8?q?=EC=BD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Sources/Recruitment/Components/RecruitmentListCell.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Projects/Feature/RecruitmentFeature/Sources/Recruitment/Components/RecruitmentListCell.swift b/Projects/Feature/RecruitmentFeature/Sources/Recruitment/Components/RecruitmentListCell.swift index 5f32efd9..8acdac58 100644 --- a/Projects/Feature/RecruitmentFeature/Sources/Recruitment/Components/RecruitmentListCell.swift +++ b/Projects/Feature/RecruitmentFeature/Sources/Recruitment/Components/RecruitmentListCell.swift @@ -65,9 +65,8 @@ struct RecruitmentListCell: View { Spacer() - JOBISIcon(.militaryServiceExceptionIcon) + JOBISIcon(recruitmentEntity.military ? .militaryExceptionOn : .militaryExceptionOff) .frame(width: 20, height: 20) - .opacity(recruitmentEntity.military ? 1 : 0) } .padding(.vertical, 14) .padding(.trailing, 20)