mirror of
https://github.com/mastodon/mastodon-ios
synced 2025-04-11 22:58:02 +02:00
Add TODO comment
This commit is contained in:
parent
44f9aae469
commit
2603b01144
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user