From 9037d83b18f0d22f7039ed7dee7b56473f5bd287 Mon Sep 17 00:00:00 2001 From: jongomez Date: Mon, 13 Nov 2023 15:39:37 +0000 Subject: [PATCH] use participants length instead of comment length --- .../components/mdx/GithubChallenges/SingleGithubChallenge.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/logos-docusaurus-theme/src/client/components/mdx/GithubChallenges/SingleGithubChallenge.tsx b/packages/logos-docusaurus-theme/src/client/components/mdx/GithubChallenges/SingleGithubChallenge.tsx index e6db090..f53c8af 100644 --- a/packages/logos-docusaurus-theme/src/client/components/mdx/GithubChallenges/SingleGithubChallenge.tsx +++ b/packages/logos-docusaurus-theme/src/client/components/mdx/GithubChallenges/SingleGithubChallenge.tsx @@ -134,7 +134,7 @@ export const SingleGithubChallenge: React.FC = ({ className="mdx-ghc__comment-count" component="div" > - {issue.comments.length} + {participants.length} {participants.map((participant, index) => (