Skip to content

Commit

Permalink
Merge pull request #533 from gemini-testing/sp.INFRADUTY-26511.descri…
Browse files Browse the repository at this point in the history
…ption

fix(description): do not crash on description open
  • Loading branch information
sipayRT authored Feb 27, 2024
2 parents fea991d + 9b0bb06 commit 2c7a867
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 2c7a867

Please sign in to comment.