From cb6a54e54f2f013e06049b20388ca78e26201e16 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Fri, 22 Apr 2022 17:27:01 +0200 Subject: chore: add a CommentsList component --- src/components/organisms/layout/comment.tsx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/components/organisms/layout/comment.tsx') diff --git a/src/components/organisms/layout/comment.tsx b/src/components/organisms/layout/comment.tsx index f4b822a..6d41c00 100644 --- a/src/components/organisms/layout/comment.tsx +++ b/src/components/organisms/layout/comment.tsx @@ -40,10 +40,6 @@ export type CommentProps = { * The comment id. */ id: number | string; - /** - * The post id. - */ - postId: number | string; /** * The comment date. */ -- cgit v1.2.3