diff --git a/src/components/app.js b/src/components/app.js index 9ef8d9b8..f7ce3a20 100644 --- a/src/components/app.js +++ b/src/components/app.js @@ -62,10 +62,17 @@ class App extends React.Component { } {this.props.cells.error ? "Error loading cells" : null} {false ? : ""} - - - - +
+ + +
+ + + +
+
) }