Skip to content

Commit

Permalink
fix: add missing comments count in challenges feed
Browse files Browse the repository at this point in the history
  • Loading branch information
Illu committed Jun 24, 2021
1 parent aac2b43 commit a96ef36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Challenges.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const Challenges = observer(() => {
desc={item.desc}
userRef={item.userRef}
timestamp={item.timestamp}
comments={item.comments}
/>
);

Expand Down

0 comments on commit a96ef36

Please sign in to comment.