diff --git a/NotToDo/NotToDo/Presentation/HomeScene/Cells/HomeMissionCollectionViewCell.swift b/NotToDo/NotToDo/Presentation/HomeScene/Cells/HomeMissionCollectionViewCell.swift index 7d6c276..97d2c78 100644 --- a/NotToDo/NotToDo/Presentation/HomeScene/Cells/HomeMissionCollectionViewCell.swift +++ b/NotToDo/NotToDo/Presentation/HomeScene/Cells/HomeMissionCollectionViewCell.swift @@ -239,6 +239,7 @@ extension HomeMissionCollectionViewCell { cancelLineView.isHidden = true } else { statusButton.setImage(.checkDefault, for: .normal) + cancelLineView.isHidden = false } }