FIX after merge

This commit is contained in:
Norbert de Langen 2017-06-05 11:45:04 +02:00
parent e40ef62aa5
commit baecbf7970

View File

@ -98,7 +98,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) {