more progress

This commit is contained in:
Feross Aboukhadijeh
2016-08-23 04:21:58 -07:00
parent 157226f75b
commit 82853aa017
4 changed files with 32 additions and 34 deletions

View File

@@ -39,7 +39,9 @@ class ShowMore extends React.Component {
? this.props.hideLabel
: this.props.showLabel
return (
<div>
<div
style={this.props.style}
>
{this.state.expanded ? this.props.children : null}
<FlatButton
onClick={this.handleClick}