diff --git a/components/comment.js b/components/comment.js index 041a889c..2ef1b22a 100644 --- a/components/comment.js +++ b/components/comment.js @@ -94,7 +94,9 @@ export default function Comment ({ e.stopPropagation()}>@{item.user.name}{op && ' OP'} - {timeSince(new Date(item.createdAt))} + + {timeSince(new Date(item.createdAt))} + {includeParent && } {canEdit && <>