Skip to content

Commit fb58a75

Browse files
committed
Fix grouping again
1 parent 2e4dde3 commit fb58a75

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/apps/dashboard/routes/users/parentalcontrol.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,7 @@ const UserParentalControl = () => {
9292
}
9393
}
9494

95-
ratings.push({
96-
Name: rating.Name,
97-
Value: rating.Value
98-
});
95+
ratings.push(rating);
9996
}
10097

10198
setParentalRatings(ratings);

0 commit comments

Comments
 (0)