From 79a3ec1a04e246b8a893a4e5c5b205da3af98adb Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Tue, 17 Apr 2018 10:28:35 -0300 Subject: [PATCH] lift formatting up --- website/playground/Playground.js | 112 +++++++++++++++---------------- 1 file changed, 56 insertions(+), 56 deletions(-) diff --git a/website/playground/Playground.js b/website/playground/Playground.js index a339098d..5c8be7dc 100644 --- a/website/playground/Playground.js +++ b/website/playground/Playground.js @@ -98,41 +98,41 @@ class Playground extends React.Component { {editorState => ( - -
- - - - - - -
- -
-
- - {({ formatted, debugAst, debugDoc }) => ( + + {({ formatted, debugAst, debugDoc }) => ( + +
+ + + + + + +
+ +
+
- )} - -
-
-
- - -
-
- - Copy link - - - - Report issue - -
-
-
+
+
+
+ + +
+
+ + Copy link + + + + Report issue + +
+
+
+ )} + )}