Skip to content

Commit

Permalink
Wip: Actually only edit comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmansilla committed Dec 5, 2023
1 parent 41f78df commit 15db87f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ModifyReview.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const ModifyReview = ({ show, reviewId, recipeId, onHide, reloadReviews, funct }
};

const handleConfirmDelete = () => {
// Aquí puedes agregar lógica adicional antes de confirmar la eliminación
handleDeleteReview();
};

Expand Down

0 comments on commit 15db87f

Please sign in to comment.