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 30e2c3d commit 63ca782Copy full SHA for 63ca782
harmonie/Views/Location/LocationCardView.swift
@@ -58,7 +58,7 @@ struct LocationCardView: View, InstanceServicePresentable {
58
}
59
60
ScrollView(.horizontal) {
61
- HStack(spacing: -8) {
+ LazyHStack(spacing: -8) {
62
ForEach(location.friends) { friend in
63
CircleURLImage(
64
imageUrl: friend.imageUrl(.x256),
0 commit comments