This commit is contained in:
Tanner Linsley 2019-12-05 14:41:42 -05:00
commit 476bddfcad

View File

@ -17,7 +17,6 @@ export default Base =>
const dataModel = this.getDataModel(resolvedState, true)
this.state = this.calculateNewResolvedState(dataModel)
console.log(this.state)
}
componentDidMount () {