mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-23 11:31:29 +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,
|
pages : pages,
|
||||||
usePPR : pages.length >= PPR_THRESHOLD,
|
usePPR : pages.length >= PPR_THRESHOLD,
|
||||||
|
|
||||||
errors : []
|
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
height : 0,
|
height : 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user