From 4265f8c65606bfc57a839bdf2519f1f4bc1b15bd Mon Sep 17 00:00:00 2001 From: jjinwoong Date: Wed, 16 Nov 2022 14:18:19 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[fix]=20#19=20QuestCell=EC=9D=98=20identifi?= =?UTF-8?q?er=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DailyQuest/DailyQuest/Presentation/Common/Cells/QuestCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DailyQuest/DailyQuest/Presentation/Common/Cells/QuestCell.swift b/DailyQuest/DailyQuest/Presentation/Common/Cells/QuestCell.swift index bd7c7b7..2979b03 100644 --- a/DailyQuest/DailyQuest/Presentation/Common/Cells/QuestCell.swift +++ b/DailyQuest/DailyQuest/Presentation/Common/Cells/QuestCell.swift @@ -11,7 +11,7 @@ import SnapKit final class QuestCell: UITableViewCell { /// dequeuResusable을 위한 아이덴티파이어입니다. - static let reuseIdentifier = "UserInfoCell" + static let reuseIdentifier = "QuestCell" // MARK: - Components /** From 1f5f7db88419c3a7f02c79131d1034156abb1852 Mon Sep 17 00:00:00 2001 From: jjinwoong Date: Wed, 16 Nov 2022 14:19:39 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[fix]=20#19=20BrowseCell=20identifier=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../DailyQuest/Presentation/Common/Cells/BrowseCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DailyQuest/DailyQuest/Presentation/Common/Cells/BrowseCell.swift b/DailyQuest/DailyQuest/Presentation/Common/Cells/BrowseCell.swift index ffed93d..436bb6f 100644 --- a/DailyQuest/DailyQuest/Presentation/Common/Cells/BrowseCell.swift +++ b/DailyQuest/DailyQuest/Presentation/Common/Cells/BrowseCell.swift @@ -13,7 +13,7 @@ final class BrowseCell: UITableViewCell { var viewModel: BrowseItemViewModel! /// dequeuResusable을 위한 아이덴티파이어입니다. - static let reuseIdentifier = "UserInfoCell" + static let reuseIdentifier = "BrowseCell" // MARK: - Components /**