Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Kim authored and Chris Kim committed Dec 5, 2023
1 parent 8d2b757 commit 94761fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function groupByTags(allArticles) {
const terms = [...fieldTopics];

if (fieldAudienceBeneficiares) {
terms.push(...fieldAudienceBeneficiares);
terms.push(fieldAudienceBeneficiares);
}

if (fieldNonBeneficiares) {
Expand Down

0 comments on commit 94761fc

Please sign in to comment.