From 2603b01144ecc23be79455fbc8400db7608da27e Mon Sep 17 00:00:00 2001 From: whattherestimefor Date: Wed, 22 Jan 2025 11:09:36 -0500 Subject: [PATCH] Add TODO comment --- .../NotificationRowView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift index 3827ace01..db6b0add2 100644 --- a/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift +++ b/Mastodon/In Progress New Layout and Datamodel/NotificationRowView.swift @@ -118,7 +118,7 @@ struct AvatarGroupRow: View { var body: some View { HStack(alignment: .center) { - ForEach(avatars, id: \.self) { avatarUrl in + ForEach(avatars, id: \.self) { avatarUrl in // TODO: url of default image for missing avatar can occur multiple times, but id needs to be unique AsyncImage( url: avatarUrl, content: { image in