Skip to content

Commit

Permalink
♻️ :: [#237] 사용하지 않는 분기처리 삭제 & profileImage에 model.profileImage 넘겨주게끔 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
junseopark0331 authored and uuuunseo committed Apr 21, 2024
1 parent 8626375 commit 1cbe424
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ final class MassageCell: BaseTableViewCell<MassageRankModel> {
override func prepareForReuse() {
super.prepareForReuse()
appliedStudentCardView.cancelImageDownload()
guard model == nil else { return }
}

override func addView() {
Expand Down Expand Up @@ -43,7 +42,7 @@ final class MassageCell: BaseTableViewCell<MassageRankModel> {
gender: model.gender == .man ? .man : .woman,
stuNum: model.stuNum,
isChecked: false,
profileImage: ""
profileImage: model.profileImage
)
)
}
Expand Down

0 comments on commit 1cbe424

Please sign in to comment.