From aded572604ae7c9512063ad9c21a62e6b675f631 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Thu, 19 Nov 2015 17:06:52 +0100 Subject: [PATCH] remove useless div wrapping --- webapp/app.jsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/webapp/app.jsx b/webapp/app.jsx index 1728a8d..317a8a6 100644 --- a/webapp/app.jsx +++ b/webapp/app.jsx @@ -60,16 +60,12 @@ var Navbar = React.createClass({ return (
-
-
- {this.props.children ||

Boards

} -
- - - - -
-
+ {this.props.children ||

Boards

} +
+ + + +
)