diff options
| author | Armand Philippot <git@armandphilippot.com> | 2022-04-22 17:27:01 +0200 |
|---|---|---|
| committer | Armand Philippot <git@armandphilippot.com> | 2022-04-22 17:34:04 +0200 |
| commit | cb6a54e54f2f013e06049b20388ca78e26201e16 (patch) | |
| tree | eac5f3a2200d9f5b776c999825a8e28098b46193 /src/components/organisms/layout/comment.tsx | |
| parent | fd9831446ff87414da772b17327368cb291192e6 (diff) | |
chore: add a CommentsList component
Diffstat (limited to 'src/components/organisms/layout/comment.tsx')
| -rw-r--r-- | src/components/organisms/layout/comment.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ -41,10 +41,6 @@ export type CommentProps = { */ id: number | string; /** - * The post id. - */ - postId: number | string; - /** * The comment date. */ publication: string; |
