From 7f2146d3d77298aa81a13b5d4cd1677baf177278 Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 29 Sep 2022 18:20:47 -0600 Subject: [PATCH] Rerun check prs --- web/components/contract/contract-tabs.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/components/contract/contract-tabs.tsx b/web/components/contract/contract-tabs.tsx index 19350a39..e53881d3 100644 --- a/web/components/contract/contract-tabs.tsx +++ b/web/components/contract/contract-tabs.tsx @@ -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'