File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -482,15 +482,15 @@ class Playground extends Component {
482482
483483 const { themes } = this . props ;
484484
485- let templateProps = { } ;
486- if ( ArrayFieldTemplate ) {
487- templateProps . ArrayFieldTemplate = ArrayFieldTemplate ;
488- }
489- if ( ObjectFieldTemplate ) {
490- templateProps . ObjectFieldTemplate = ObjectFieldTemplate ;
491- }
492- if ( extraErrors ) {
493- templateProps . extraErrors = extraErrors ;
485+ let templateProps = { } ;
486+ if ( ArrayFieldTemplate ) {
487+ templateProps . ArrayFieldTemplate = ArrayFieldTemplate ;
488+ }
489+ if ( ObjectFieldTemplate ) {
490+ templateProps . ObjectFieldTemplate = ObjectFieldTemplate ;
491+ }
492+ if ( extraErrors ) {
493+ templateProps . extraErrors = extraErrors ;
494494 }
495495
496496 return (
You can’t perform that action at this time.
0 commit comments