diff --git a/components/SectionHeader/index.jsx b/components/SectionHeader/index.jsx index 6a12bda..fbf9607 100644 --- a/components/SectionHeader/index.jsx +++ b/components/SectionHeader/index.jsx @@ -81,6 +81,25 @@ export default class SectionHeader extends React.Component { > {renderTitle()} + {this.props.description != undefined && ( +
+ {this.props.description} +
+ )}