diff --git a/frontend/client/components/Proposal/Updates/index.tsx b/frontend/client/components/Proposal/Updates/index.tsx index 072d0460..a1ea6411 100644 --- a/frontend/client/components/Proposal/Updates/index.tsx +++ b/frontend/client/components/Proposal/Updates/index.tsx @@ -82,9 +82,6 @@ class ProposalUpdates extends React.Component {
Read more - - {update.totalComments} comments -
)); diff --git a/frontend/types/update.ts b/frontend/types/update.ts index 2d286f7a..b58f7c8e 100644 --- a/frontend/types/update.ts +++ b/frontend/types/update.ts @@ -3,5 +3,4 @@ export interface Update { title: string; content: string; dateCreated: number; - totalComments: number; }