mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-24 19:51:29 +01:00
Remove id in ForEach
This commit is contained in:
parent
47b5fdf92e
commit
3f2fbeeec4
@ -44,7 +44,7 @@ public struct StatusesListView<Fetcher>: View where Fetcher: StatusesFetcher {
|
||||
.listRowSeparator(.hidden)
|
||||
|
||||
case let .display(statuses, nextPageState):
|
||||
ForEach(statuses, id: \.id) { status in
|
||||
ForEach(statuses) { status in
|
||||
StatusRowView(viewModel: StatusRowViewModel(status: status,
|
||||
client: client,
|
||||
routerPath: routerPath,
|
||||
|
Loading…
Reference in New Issue
Block a user