Skip to content

Commit

Permalink
fix(description): do not crash on description open
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Feb 27, 2024
1 parent fea991d commit 9b0bb06
Show file tree
Hide file tree
Showing 4 changed files with 599 additions and 357 deletions.
2 changes: 1 addition & 1 deletion lib/static/components/section/body/description.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class Description extends Component {
};

_renderDescription = () => {
return <Markdown source={this.props.content} />;
return <Markdown>{this.props.content}</Markdown>;
};

render() {
Expand Down
Loading

0 comments on commit 9b0bb06

Please sign in to comment.