Skip to content

Commit 6006af0

Browse files
committed
[fix] #193 포킷 선택 리스트 수정
1 parent 54a316b commit 6006af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Feature/FeatureRecommend/Sources/Recommend/RecommendView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public extension RecommendView {
6363
.sheet(isPresented: $store.showSelectSheet) {
6464
PokitSelectSheet(
6565
list: store.pokitList,
66-
selectedItem: $store.selectedPokit,
66+
selectedItem: .constant(nil),
6767
itemSelected: { item in
6868
send(.포킷선택_항목_눌렀을때(pokit: item))
6969
},

0 commit comments

Comments
 (0)