From 5af5e68b66168a984264595bb1de10c50253c06a Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 11 Aug 2023 22:35:44 -0300 Subject: content: generateReleaseInfoContributionsLine: don't cut past 4 contributions That .slice was meant to go to linkContribution from the start, not here! --- src/content/dependencies/generateReleaseInfoContributionsLine.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/dependencies/generateReleaseInfoContributionsLine.js b/src/content/dependencies/generateReleaseInfoContributionsLine.js index 5a97e65..c48f169 100644 --- a/src/content/dependencies/generateReleaseInfoContributionsLine.js +++ b/src/content/dependencies/generateReleaseInfoContributionsLine.js @@ -12,7 +12,6 @@ export default { return { contributionLinks: contributions - .slice(0, 4) .map(contrib => relation('linkContribution', contrib)), }; }, -- cgit 1.3.0-6-gf8a5