diff --git a/NotToDo/NotToDo/Presentation/HomeScene/Cells/HomeMissionCollectionViewCell.swift b/NotToDo/NotToDo/Presentation/HomeScene/Cells/HomeMissionCollectionViewCell.swift index 86e0efe..97d2c78 100644 --- a/NotToDo/NotToDo/Presentation/HomeScene/Cells/HomeMissionCollectionViewCell.swift +++ b/NotToDo/NotToDo/Presentation/HomeScene/Cells/HomeMissionCollectionViewCell.swift @@ -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 } }