Skip to content

Commit

Permalink
Merge pull request #1205 from elisherer/bugfix/info-marksyConf-missing
Browse files Browse the repository at this point in the history
[addon-info] fix bug marksy initialized with mtrcConf intead of marksyConf
  • Loading branch information
ndelangen committed Jun 6, 2017
2 parents 77b68a5 + 8f1bf37 commit 64683a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/info/src/components/Story.js
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 64683a1

Please sign in to comment.