There was an error while loading. Please reload this page.
1 parent 952a83d commit 2e4dde3Copy full SHA for 2e4dde3
1 file changed
src/apps/dashboard/routes/users/parentalcontrol.tsx
@@ -86,7 +86,7 @@ const UserParentalControl = () => {
86
if (ratings.length) {
87
const lastRating = ratings[ratings.length - 1];
88
89
- if (lastRating.Value === rating.Value) {
+ if (lastRating.RatingScore?.score === rating.RatingScore?.score && lastRating.RatingScore?.subScore == rating.RatingScore?.subScore) {
90
lastRating.Name += '/' + rating.Name;
91
continue;
92
}
0 commit comments