Rerun check prs

This commit is contained in:
Ian Philips 2022-09-29 18:20:47 -06:00
parent 379b50ffea
commit 7f2146d3d7

View File

@ -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'