Skip to content

Commit e13a874

Browse files
committed
render comments the same as posts
1 parent 47cdc4b commit e13a874

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Comment.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ export default function Comment({comment}: Props) {
9090
</Text>
9191
</Box>
9292
<Box pad={{horizontal: 'small'}}>
93-
<MarkdownRenderer trustedInput={false} source={source} />
93+
<Text>
94+
<MarkdownRenderer trustedInput={false} source={source} />
95+
</Text>
9496
</Box>
9597
<ReactionBar
9698
pad="none"

0 commit comments

Comments
 (0)