diff --git a/src/apps/dashboard/routes/users/parentalcontrol.tsx b/src/apps/dashboard/routes/users/parentalcontrol.tsx index 3a889251b..1707ed8d7 100644 --- a/src/apps/dashboard/routes/users/parentalcontrol.tsx +++ b/src/apps/dashboard/routes/users/parentalcontrol.tsx @@ -92,10 +92,7 @@ const UserParentalControl = () => { } } - ratings.push({ - Name: rating.Name, - Value: rating.Value - }); + ratings.push(rating); } setParentalRatings(ratings);