File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
Projects/Feature/FeaturePokit/Sources Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -32,28 +32,28 @@ public extension PokitLinkEditView {
3232 PokitCaution ( type: . λ―ΈλΆλ₯_λ§ν¬μμ)
3333 Spacer ( )
3434 } else {
35- ScrollView {
36- ForEach ( store . list , id : \ . id ) { item in
37- let isFirst = item . id == self . store . list . first ? . id
38- let isLast = item. id == self . store. list. last ? . id
39- WithPerceptionTracking {
40- PokitLinkCard (
41- link: item,
42- state: isFirst
43- ? . top
44- : isLast ? . bottom : . middle,
45- type: . unCatgorized( isSelected: store. selectedItems. contains ( item) ) ,
46- action: nil ,
47- kebabAction: nil ,
48- fetchMetaData: { } ,
49- favoriteAction: nil ,
50- selectAction: { send ( . 체ν¬λ°μ€_μ ννμλ( item) ) }
51- )
35+ WithPerceptionTracking {
36+ ScrollView {
37+ ForEach ( store . list , id : \ . id) { item in
38+ let isFirst = item. id == self . store. list. first ? . id
39+ let isLast = item . id == self . store . list . last ? . id
40+ PokitLinkCard (
41+ link: item,
42+ state: isFirst
43+ ? . top
44+ : isLast ? . bottom : . middle,
45+ type: . unCatgorized( isSelected: store. selectedItems. contains ( item) ) ,
46+ action: nil ,
47+ kebabAction: nil ,
48+ fetchMetaData: { } ,
49+ favoriteAction: nil ,
50+ selectAction: { send ( . 체ν¬λ°μ€_μ ννμλ( item) ) }
51+ )
5252 }
5353 }
54+ . scrollIndicators ( . hidden)
55+ . padding ( . bottom, 38 )
5456 }
55- . scrollIndicators ( . hidden)
56- . padding ( . bottom, 38 )
5757 }
5858 }
5959 . padding ( . top, 16 )
You canβt perform that action at this time.
0 commit comments