1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-16 04:15:56 +00:00

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-27 12:11:44 +01:00
committed by Trevor Buckner
parent 9ea99236ff
commit ec0de7a408

View File

@@ -29,8 +29,6 @@ const BrewRenderer = createClass({
pages : pages,
usePPR : pages.length >= PPR_THRESHOLD,
errors : []
};
},
height : 0,