From 5fcd4beffbfa6f3eecc8a139339ab8fd5fdf510c Mon Sep 17 00:00:00 2001 From: svenadlung Date: Tue, 16 Nov 2021 19:14:21 +0100 Subject: [PATCH] ExportJSON React demo prettify fix --- demos/src/GuideContent/ExportJSON/React/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

-          {JSON.stringify(json)}
+          {JSON.stringify(json, null, 2)}