Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen authored Jun 6, 2017
2 parents d5753e2 + 64683a1 commit afc56fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/info/src/components/Story.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default class Story extends React.Component {
open: false,
stylesheet: this.props.styles(JSON.parse(JSON.stringify(stylesheet))),
};
this.marksy = marksy(this.props.mtrcConf);
this.marksy = marksy(this.props.marksyConf);
}

componentWillReceiveProps(nextProps) {
Expand Down

0 comments on commit afc56fe

Please sign in to comment.