update npm version

This commit is contained in:
2022-02-13 22:16:50 +01:00
parent a5adbc2fb1
commit d4f8ce1cdd
10 changed files with 57715 additions and 25837 deletions

View File

@@ -73,4 +73,5 @@ export class SongListComponent implements OnInit, OnDestroy {
return flagStrings.indexOf(flag) !== -1;
}
public trackBy = (index: number, show: Song) => show.id;
}