From e0e75d7c08569461af3b9e654d0f3147de2b29bd Mon Sep 17 00:00:00 2001 From: Ian Philips Date: Thu, 5 May 2022 16:34:54 -0400 Subject: [PATCH] Remove unused check --- web/components/comments-list.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/components/comments-list.tsx b/web/components/comments-list.tsx index 56da0f6c..2cd670b3 100644 --- a/web/components/comments-list.tsx +++ b/web/components/comments-list.tsx @@ -24,8 +24,8 @@ export function UserCommentsList(props: { contract && (
- - {contract ? contract.question : '...'} + + {contract.question}
{commentsByContractId[contract.id].map((comment) => (