Rerun check prs
This commit is contained in:
parent
379b50ffea
commit
7f2146d3d7
|
@ -139,6 +139,7 @@ const CommentsTabContent = memo(function CommentsTabContent(props: {
|
||||||
} else {
|
} else {
|
||||||
const tipsOrBountiesAwarded =
|
const tipsOrBountiesAwarded =
|
||||||
Object.keys(tips).length > 0 || comments.some((c) => c.bountiesAwarded)
|
Object.keys(tips).length > 0 || comments.some((c) => c.bountiesAwarded)
|
||||||
|
|
||||||
const commentsByParent = groupBy(
|
const commentsByParent = groupBy(
|
||||||
sortBy(comments, (c) =>
|
sortBy(comments, (c) =>
|
||||||
sort === 'Newest'
|
sort === 'Newest'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user