Skip to content

Commit

Permalink
[Merge] 'develop' into feature/DO-NOTTO-DO#84
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongdung-eo committed Jan 13, 2023
2 parents bef3268 + 24ff5a3 commit 5218a1c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,10 @@ extension HomeMissionCollectionViewCell {
cancelLineView.isHidden = false
} else if model.completionStatus == "AMBIGUOUS" {
statusButton.setImage(.checkTriangle, for: .normal)
cancelLineView.isHidden = true
} else {
statusButton.setImage(.checkDefault, for: .normal)
cancelLineView.isHidden = false
}
}

Expand Down

0 comments on commit 5218a1c

Please sign in to comment.