Skip to content

Commit 7c381ea

Browse files
committed
fix: spacing in LazyVStack
1 parent 608e885 commit 7c381ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/ReusableViews/SwiftUI Components/InfiniteScrollList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct InfiniteScrollList<Content: View>: View {
3131

3232
var body: some View {
3333
ScrollView {
34-
LazyVStack {
34+
LazyVStack(spacing: 0) {
3535
listContent
3636

3737
InfiniteScrollIndicator(showContent: isLoading)

0 commit comments

Comments
 (0)