BrewRenderer: Remove redundant errors state property.

The errors are in fact tracked in `this.props`, not `this.state`.
This commit is contained in:
Rae Che
2018-05-31 10:53:07 -04:00
committed by Trevor Buckner
parent 9ea99236ff
commit ec0de7a408
@@ -29,8 +29,6 @@ const BrewRenderer = createClass({
pages : pages,
usePPR : pages.length >= PPR_THRESHOLD,
errors : []
};
},
height : 0,