From 7fbc5b87ed05bce433ed959ca18119b72835ee41 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 30 Jan 2024 10:52:20 -0400 Subject: content, upd8, yaml: adapt to combined artistData --- src/content/dependencies/listArtistsByLatestContribution.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/content/dependencies/listArtistsByLatestContribution.js') diff --git a/src/content/dependencies/listArtistsByLatestContribution.js b/src/content/dependencies/listArtistsByLatestContribution.js index 45f8390f..03c51699 100644 --- a/src/content/dependencies/listArtistsByLatestContribution.js +++ b/src/content/dependencies/listArtistsByLatestContribution.js @@ -145,7 +145,8 @@ export default { // const artistsAlphabetically = - sortAlphabetically(sprawl.artistData.slice()); + sortAlphabetically( + sprawl.artistData.filter(artist => !artist.isAlias)); const artists = Array.from(artistLatestContribMap.keys()); -- cgit 1.3.0-6-gf8a5