Clean up OperationContainer props.

This commit is contained in:
Owen Conti
2017-08-20 17:02:51 -06:00
parent 8426dcdf7b
commit 050f4d1918
4 changed files with 24 additions and 27 deletions

View File

@@ -289,8 +289,7 @@ export default class Store {
getMapStateToProps() {
return () => {
let obj = Object.assign({}, this.getSystem())
return obj
return Object.assign({}, this.getSystem())
}
}