From 24ff5a3601c585b55bb653f1a50208210b958014 Mon Sep 17 00:00:00 2001 From: yungu0010 Date: Fri, 13 Jan 2023 18:22:41 +0900 Subject: [PATCH] =?UTF-8?q?[FIX]=20#94=20-=20=EC=95=A0=EB=A7=A4=ED=95=B4?= =?UTF-8?q?=20=EC=83=81=ED=83=9C=20=EC=8B=9C=20=EC=B7=A8=EC=86=8C=EC=84=A0?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HomeScene/Cells/HomeMissionCollectionViewCell.swift | 1 + 1 file changed, 1 insertion(+) 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 } }