diff --git a/demos/src/GuideContent/ExportJSON/React/index.jsx b/demos/src/GuideContent/ExportJSON/React/index.jsx index be66a7ff..b452258f 100644 --- a/demos/src/GuideContent/ExportJSON/React/index.jsx +++ b/demos/src/GuideContent/ExportJSON/React/index.jsx @@ -88,7 +88,7 @@ export default () => {
-{JSON.stringify(json)}+{JSON.stringify(json, null, 2)}