diff --git a/app/containers/message/Reply.tsx b/app/containers/message/Reply.tsx index 65cf00ae..895d8aee 100644 --- a/app/containers/message/Reply.tsx +++ b/app/containers/message/Reply.tsx @@ -100,7 +100,7 @@ const Title = React.memo( {attachment.author_name ? ( {attachment.author_name} ) : null} - {time ? {time} : null} + {time ? {time} : null} {attachment.title ? {attachment.title} : null} );