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 /** 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 /**