We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51326fc commit 3fe9cf7Copy full SHA for 3fe9cf7
src/app/matrix/detail/detail.component.ts
@@ -49,7 +49,7 @@ export class DetailComponent implements OnInit, OnDestroy {
49
}
50
51
trackByFn(index: any, item: Task) {
52
- return index;
+ return item.id;
53
54
55
private subscribeToTaskHistory(): void {
0 commit comments