You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The back button on the recipe show page is currently implemented by using router.back().
Visiting the edit page causes back to point to the edit page.
Ideally the back button points to whatever page the user came from (/, /popular, /search, or /user).
The text was updated successfully, but these errors were encountered:
The back button on the recipe show page is currently implemented by using
router.back()
.Visiting the edit page causes back to point to the edit page.
Ideally the back button points to whatever page the user came from (
/
,/popular
,/search
, or/user
).The text was updated successfully, but these errors were encountered: