diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index a7482898..1a64f347 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -438,11 +438,13 @@ export default class Comment extends Component { return (
-
- - {o.title} - -
+ {!!o.title && ( +
+ + {o.title} + +
+ )}
{o.user.name}