declarar no uso de index en trackid

This commit is contained in:
Eduardo Quiros 2021-07-29 22:33:00 -06:00
parent bf04adc0ee
commit d93378c56f
No known key found for this signature in database
GPG Key ID: B77F36C3F12720B4
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export class PlantillaComponent implements OnInit {
this.loadAll();
}
trackId(index: number, item: IPlantilla): number {
trackId(_index: number, item: IPlantilla): number {
return item.id!;
}