Skip to content

Commit 9b0bb06

Browse files
committed
fix(description): do not crash on description open
1 parent fea991d commit 9b0bb06

File tree

4 files changed

+599
-357
lines changed

4 files changed

+599
-357
lines changed

lib/static/components/section/body/description.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default class Description extends Component {
1111
};
1212

1313
_renderDescription = () => {
14-
return <Markdown source={this.props.content} />;
14+
return <Markdown>{this.props.content}</Markdown>;
1515
};
1616

1717
render() {

0 commit comments

Comments
 (0)