mirror of
https://github.com/wavetermdev/docusaurus-og.git
synced 2026-08-05 13:46:35 -07:00
use participants length instead of comment length
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user