Support markdown makeup in claim description #242

Closed
longle255 wants to merge 11 commits from claim-desc-markdown-support into master
Showing only changes of commit 308c1a128a - Show all commits

View file

@ -67,7 +67,6 @@ export class TruncatedMarkdown extends React.PureComponent {
let content = this.props.children && typeof this.props.children === "string"
? this.transformMarkdown(this.props.children)
: this.props.children;
console.log(content);
return (
<span
className="truncated-text"