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