Skip to content

Commit

Permalink
Add className to iconSVG ('icon node-icon')
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurent Hausermann committed Dec 31, 2014
1 parent f22c4df commit 1e7769f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions the-graph/the-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@
html = html +'/>';

return React.DOM.g({
className: this.props.className,
dangerouslySetInnerHTML:{__html: html}
});
}
Expand Down

0 comments on commit 1e7769f

Please sign in to comment.