diff --git a/src/core/client/stream/tabs/profile/components/HistoryComment.tsx b/src/core/client/stream/tabs/profile/components/HistoryComment.tsx index 6af681546..1e9a42833 100644 --- a/src/core/client/stream/tabs/profile/components/HistoryComment.tsx +++ b/src/core/client/stream/tabs/profile/components/HistoryComment.tsx @@ -24,7 +24,7 @@ const HistoryComment: StatelessComponent = props => { return ( - + {props.comment.body && ( {props.comment.body} )} diff --git a/src/core/client/stream/test/comments/permalinkViewCommentNotFound.spec.tsx b/src/core/client/stream/test/comments/permalinkViewCommentNotFound.spec.tsx index 9c4517351..bd05977c3 100644 --- a/src/core/client/stream/test/comments/permalinkViewCommentNotFound.spec.tsx +++ b/src/core/client/stream/test/comments/permalinkViewCommentNotFound.spec.tsx @@ -59,6 +59,7 @@ it("show all comments", async () => { const mockEvent = { preventDefault: sinon.mock().once(), }; + testRenderer.root .findByProps({ id: "talk-comments-permalinkView-showAllComments",