From 5bcba8179989beae034614b39b6a1565fdc8b336 Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Thu, 12 Oct 2017 19:07:30 +0300 Subject: [PATCH] Good combination with matierial-ui: https://github.com/callemall/material-ui/issues/7956#issuecomment-326908167 --- src/main/frontend/components/Categories.jsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/main/frontend/components/Categories.jsx b/src/main/frontend/components/Categories.jsx index 0279923..51c0202 100644 --- a/src/main/frontend/components/Categories.jsx +++ b/src/main/frontend/components/Categories.jsx @@ -16,10 +16,8 @@ class Categories extends React.Component { return this.props.categories.map(category => { return ( - - - - + + );