diff --git a/src/ui/component/comment/view.jsx b/src/ui/component/comment/view.jsx index f43eeae22..48ac2bddf 100644 --- a/src/ui/component/comment/view.jsx +++ b/src/ui/component/comment/view.jsx @@ -3,6 +3,7 @@ import React from 'react'; import relativeDate from 'tiny-relative-date'; import Button from 'component/button'; import Expandable from 'component/expandable'; +import MarkdownPreview from 'component/common/markdown-preview'; type Props = { author: string, @@ -28,7 +29,9 @@ function Comment(props: Props) {
{message}
+