From a71ac502d672c3c4c340817958e8299a3746106e Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Fri, 30 Dec 2016 20:01:14 +0100 Subject: [PATCH] Remove style from PropertyGroup --- src/components/fields/PropertyGroup.jsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/fields/PropertyGroup.jsx b/src/components/fields/PropertyGroup.jsx index 80cbc6a..3a8abff 100644 --- a/src/components/fields/PropertyGroup.jsx +++ b/src/components/fields/PropertyGroup.jsx @@ -51,11 +51,7 @@ export default class PropertyGroup extends React.Component { /> }) - return
+ return
{fields}
}