mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-14 10:42:38 +00:00
Typo
This commit is contained in:
@@ -227,7 +227,7 @@ const EditPage = createClass({
|
|||||||
brew : _.merge({}, prevState.brew, {
|
brew : _.merge({}, prevState.brew, {
|
||||||
googleId : this.savedBrew.googleId ? this.savedBrew.googleId : null,
|
googleId : this.savedBrew.googleId ? this.savedBrew.googleId : null,
|
||||||
editId : this.savedBrew.editId,
|
editId : this.savedBrew.editId,
|
||||||
shareId : this.savedBrew.editId
|
shareId : this.savedBrew.shareId
|
||||||
}),
|
}),
|
||||||
isPending : false,
|
isPending : false,
|
||||||
isSaving : false,
|
isSaving : false,
|
||||||
|
|||||||
Reference in New Issue
Block a user