use participants length instead of comment length

This commit is contained in:
jongomez
2023-11-15 16:45:53 +00:00
committed by Jon
parent 13882d4498
commit 9037d83b18
@@ -134,7 +134,7 @@ export const SingleGithubChallenge: React.FC<SingleGithubChallengeProps> = ({
className="mdx-ghc__comment-count"
component="div"
>
{issue.comments.length}
{participants.length}
</Typography>
{participants.map((participant, index) => (
<img