diff options
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; | 
