The issue is that an id is not assigned to your row.
id
NavigationLink { } label: { Row(data: row) .id(row.id) }