Skip to content

Commit b6c9ae1

Browse files
authored
feat: add comment count icon (#1108)
1 parent cd08d43 commit b6c9ae1

File tree

8 files changed

+1040
-171
lines changed

8 files changed

+1040
-171
lines changed

src/__mocks__/mockedData.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ export const mockDiscussionComments: DiscussionComments = {
419419
},
420420
},
421421
],
422+
totalCount: 2,
422423
};
423424

424425
export const mockedGraphQLResponse: GraphQLSearch<Discussion> = {

0 commit comments

Comments
 (0)