From fe971d8c1873d892585df782b1a552b2daebbc41 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sat, 17 Mar 2018 13:27:50 +1100 Subject: [PATCH] Body Section pass classes --- public/components/sections/BodySection.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/components/sections/BodySection.jsx b/public/components/sections/BodySection.jsx index b2e983b..4be1de8 100644 --- a/public/components/sections/BodySection.jsx +++ b/public/components/sections/BodySection.jsx @@ -19,7 +19,7 @@ class BodySection extends React.Component { render() { return ( -
+
{this.props.children}