Skip to content

Commit

Permalink
Update ReviewModal.tsx
Browse files Browse the repository at this point in the history
Forgot to delete console.log after testing
  • Loading branch information
jesshan700 authored Nov 8, 2023
1 parent 9879a40 commit 629d190
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/components/LeaveReview/ReviewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ const ReviewModal = ({
setSending(true);
const token = await user!.getIdToken(true);
const data = await formDataToReview(review);
console.log(data);
if (
data.reviewText === '' ||
data.overallRating === 0 ||
Expand Down

0 comments on commit 629d190

Please sign in to comment.