We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d1143 commit 65c2a3fCopy full SHA for 65c2a3f
Projects/Feature/FeatureContentList/Sources/ContentList/ContentListFeature.swift
@@ -37,9 +37,6 @@ public struct ContentListFeature {
37
var contentCount: Int {
38
get { domain.contentCount }
39
}
40
- var contentCount: Int {
41
- get { domain.contentCount }
42
- }
43
var isListDescending = true
44
/// sheet item
45
var bottomSheetItem: BaseContentItem? = nil
@@ -239,9 +236,6 @@ private extension ContentListFeature {
239
236
case let .컨텐츠_개수_업데이트(count):
240
237
state.domain.contentCount = count
241
238
return .none
242
- case let .컨텐츠_개수_갱신(count):
243
- state.domain.contentCount = count
244
- return .none
245
246
247
0 commit comments