0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 14:22:52 +00:00

prop drilling

This commit is contained in:
Víctor Losada Hernández
2025-05-11 23:59:04 +02:00
parent 9e78671e4f
commit 91f7d86fd4
4 changed files with 6 additions and 3 deletions

View File

@@ -461,6 +461,7 @@ const EditPage = createClass({
<Editor
ref={this.editor}
brew={this.state.brew}
isOwner={this.props.isOwner}
onTextChange={this.handleTextChange}
onStyleChange={this.handleStyleChange}
onSnipChange={this.handleSnipChange}