Skip to content

Commit

Permalink
Merge pull request #1153 from planetary-social/lazy-load-stories-caro…
Browse files Browse the repository at this point in the history
…usel

Add LazyHStack to AuthorStoryCarousel
  • Loading branch information
mplorentz authored May 20, 2024
2 parents 8bd1785 + 6c2215a commit 18c67a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nos/Views/Home/AuthorStoryCarousel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct AuthorStoryCarousel: View {

var body: some View {
ScrollView(.horizontal, showsIndicators: false) {
HStack(spacing: 15) {
LazyHStack(spacing: 15) {
ForEach(authors) { author in
Button {
withAnimation {
Expand Down

0 comments on commit 18c67a2

Please sign in to comment.