aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/organisms/layout/comment.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/organisms/layout/comment.tsx')
-rw-r--r--src/components/organisms/layout/comment.tsx4
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;