Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit65c291c

Browse files
committed
fix(thread comment): replace parti..count -> commentsCOunt
1 parent4405152 commit65c291c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎components/PostItem/index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const PostItem = ({ entry, active, onTitleSelect }) => (
5050
<div>
5151
<AvatarsRow
5252
users={entry.commentsParticipators}
53-
total={entry.commentsParticipatorsCount}
53+
total={entry.commentsCount}
5454
/>
5555
</div>
5656
</TopHalf>

‎containers/PostsThread/schema.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const pagedPostsRaw = `
2020
avatar
2121
nickname
2222
}
23-
commentsParticipatorsCount
23+
commentsCount
2424
commentsParticipators(filter: { first: 5 }) {
2525
id
2626
nickname

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp