This commit is contained in:
Quincy Larson
2016-01-10 23:49:09 -06:00
committed by Berkeley Martinez
parent 7f0be44f98
commit f410a94b54
5 changed files with 50 additions and 217 deletions

View File

@@ -65,7 +65,6 @@ export default contain(
} = this.props;
return (
<Panel>
<Row>
<Col
md={ 10 }
@@ -127,7 +126,6 @@ export default contain(
</Row>
</Col>
</Row>
</Panel>
);
}
})