From 8f1bf37957a57e3466fea68a24f19e6ef24b2295 Mon Sep 17 00:00:00 2001 From: Eli Sherer Date: Tue, 6 Jun 2017 22:23:48 +0300 Subject: [PATCH] fix bug marksy initialized with mtrcConf intead of marksyConf --- addons/info/src/components/Story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {