more detail on index; move delete to recipe page
This commit is contained in:
parent
27ac9cd92d
commit
91439cbcfa
9 changed files with 95 additions and 75 deletions
|
@ -30,9 +30,6 @@ const RecipeBookTabs = () => {
|
|||
useEffect(() => {
|
||||
if (!lastViewedRecipeId) {
|
||||
loadRandomRecipeId();
|
||||
} else {
|
||||
console.log('id found', lastViewedRecipeId)
|
||||
|
||||
}
|
||||
}, []);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue