|
@@ -56,7 +56,6 @@ class EditRecipe extends React.Component<EditRecipeProps, EditRecipeState> {
|
|
|
|
|
|
|
|
render() {
|
|
render() {
|
|
|
const { form, loadingRecipe } = this.state;
|
|
const { form, loadingRecipe } = this.state;
|
|
|
- console.log("loading", loadingRecipe)
|
|
|
|
|
return (
|
|
return (
|
|
|
<div>
|
|
<div>
|
|
|
{ loadingRecipe && (<Spinner/>)}
|
|
{ loadingRecipe && (<Spinner/>)}
|