Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Aromiii committed Oct 15, 2022
1 parent 5b202bd commit 5617719
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pages/recipes/addnew.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const AddNew = () => {
location.replace("/recipes")
}).catch((error) => {
console.log(error)
alert(error)
})
}

Expand Down
1 change: 0 additions & 1 deletion pages/recipes/recipe/[recipeId].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const Recipe = () => {
setName(data.name)
setRecipe(data.recipe)
}
console.log(doc.data(), doc.id)
}).catch((error) => {
alert(error)
})
Expand Down

1 comment on commit 5617719

@vercel
Copy link

@vercel vercel bot commented on 5617719 Oct 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

food-helper – ./

food-helper-git-main-aromiii.vercel.app
food-helper-rho.vercel.app
food-helper-aromiii.vercel.app

Please sign in to comment.