diff --git a/client/app.tsx b/client/app.tsx index b0af0c1..9748c86 100644 --- a/client/app.tsx +++ b/client/app.tsx @@ -51,7 +51,10 @@ const App: React.FC = (): JSX.Element => {
Discussion
- + setComments([...new Set([newComment, ...comments])])} + className="py-10 border-b" + />
{comments.length > 0 && comments.map((comment: ICommentUserUpvote, index: number) => {