Skip to content

Commit

Permalink
chore: refactor codebase
Browse files Browse the repository at this point in the history
  • Loading branch information
Billmike committed Feb 12, 2018
1 parent dfbad32 commit 933f898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/EditRecipe.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class EditRecipe extends Component {
render() {
return (
<div>
<h1 className="container add-h1"> Add Recipe </h1>
<h1 className="container add-h1"> Edit Recipe </h1>
<RecipesForm recipe={this.props.recipe} onSubmit={this.onSubmit} />
</div>
);
Expand Down

0 comments on commit 933f898

Please sign in to comment.