Skip to content

Commit

Permalink
[FIX] DO-NOTTO-DO#94 - 애매해 상태 시 취소선 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
yungu0010 committed Jan 13, 2023
1 parent d4d9852 commit 24ff5a3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ extension HomeMissionCollectionViewCell {
cancelLineView.isHidden = true
} else {
statusButton.setImage(.checkDefault, for: .normal)
cancelLineView.isHidden = false
}
}

Expand Down

0 comments on commit 24ff5a3

Please sign in to comment.