Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
HongSJae committed Oct 6, 2023
2 parents 9fcf76a + 38eb088 commit 57308c5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 57308c5

Please sign in to comment.