diff --git a/addons/info/src/components/Story.js b/addons/info/src/components/Story.js index 66d9f42a9469..c29518524527 100644 --- a/addons/info/src/components/Story.js +++ b/addons/info/src/components/Story.js @@ -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) {