Skip to content

Commit 63ca782

Browse files
committed
feat: replace HStack to LazyHStack in LocationCardView
1 parent 30e2c3d commit 63ca782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

harmonie/Views/Location/LocationCardView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ struct LocationCardView: View, InstanceServicePresentable {
5858
}
5959
}
6060
ScrollView(.horizontal) {
61-
HStack(spacing: -8) {
61+
LazyHStack(spacing: -8) {
6262
ForEach(location.friends) { friend in
6363
CircleURLImage(
6464
imageUrl: friend.imageUrl(.x256),

0 commit comments

Comments
 (0)