We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b5fdf commit 3f2fbeeCopy full SHA for 3f2fbee
1 file changed
Packages/StatusKit/Sources/StatusKit/List/StatusesListView.swift
@@ -44,7 +44,7 @@ public struct StatusesListView<Fetcher>: View where Fetcher: StatusesFetcher {
44
.listRowSeparator(.hidden)
45
46
case let .display(statuses, nextPageState):
47
- ForEach(statuses, id: \.id) { status in
+ ForEach(statuses) { status in
48
StatusRowView(viewModel: StatusRowViewModel(status: status,
49
client: client,
50
routerPath: routerPath,
0 commit comments