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 54a316b commit 6006af0Copy full SHA for 6006af0
Projects/Feature/FeatureRecommend/Sources/Recommend/RecommendView.swift
@@ -63,7 +63,7 @@ public extension RecommendView {
63
.sheet(isPresented: $store.showSelectSheet) {
64
PokitSelectSheet(
65
list: store.pokitList,
66
- selectedItem: $store.selectedPokit,
+ selectedItem: .constant(nil),
67
itemSelected: { item in
68
send(.포킷선택_항목_눌렀을때(pokit: item))
69
},
0 commit comments