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:
@@ -29,8 +29,6 @@ const BrewRenderer = createClass({
|
||||
|
||||
pages : pages,
|
||||
usePPR : pages.length >= PPR_THRESHOLD,
|
||||
|
||||
errors : []
|
||||
};
|
||||
},
|
||||
height : 0,
|
||||
|
||||
Reference in New Issue
Block a user