Skip to content

Commit

Permalink
fix: Post review enabled no recipes no owner
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmansilla committed Dec 7, 2023
1 parent a197809 commit b0ffbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RecipeDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function RecipeDetail() {
<Offcanvas.Title className="fs-2 mt-3">Reviews</Offcanvas.Title>
</Offcanvas.Header>
<Offcanvas.Body style={{ backgroundColor: "#ffb79fe0" }}>
<Reviews id={id} reloadReviews={reloadReviewsFunction} owner={username}/>
<Reviews id={id} reloadReviews={reloadReviewsFunction} owner={recipe.username}/>
</Offcanvas.Body>
</Offcanvas>
<Modal
Expand Down

0 comments on commit b0ffbd0

Please sign in to comment.