Skip to content

Commit fb7dbe5

Browse files
committed
Cleanup comments.
1 parent 811944d commit fb7dbe5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/shared/Review/TrustMeter.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ type TrustMeterProps = {
55
};
66

77
const TrustMeter: React.FC<TrustMeterProps> = ({ ratings }) => {
8-
// const maxRating = 5.0;
9-
// const percentageRating = (ratings / maxRating * 100).toString();
108
const percentageRating = ratings.toString();
119
const average = 50; // this can be adjusted
1210
const condition = ratings < average

0 commit comments

Comments
 (0)