Skip to content

Commit

Permalink
viewWeight fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DovMa committed Oct 6, 2023
1 parent 62cf8b0 commit dcf956a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/forms/Review.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ const Review = ({
return {
id: batch.id,
reviewAmount: batch.reviewAmount,
reviewWeight: batch.reviewAmount
reviewWeight: batch.reviewWeight
};
})
};
Expand Down

0 comments on commit dcf956a

Please sign in to comment.