Skip to content
Snippets Groups Projects
Commit 48bdfbbd authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix table card row count calculation by allowing ExplicitSize to overide width/height prop

parent 8f7ce1a4
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,6 @@ export default ComposedComponent => class extends Component {
}
render() {
return <ComposedComponent {...this.state} {...this.props} />
return <ComposedComponent {...this.props} {...this.state} />
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment