diff --git a/app/components/Profile/Profile.ReleaseRatings.tsx b/app/components/Profile/Profile.ReleaseRatings.tsx index e5c793d..0629718 100644 --- a/app/components/Profile/Profile.ReleaseRatings.tsx +++ b/app/components/Profile/Profile.ReleaseRatings.tsx @@ -24,14 +24,14 @@ const CarouselTheme = { export const ProfileReleaseRatings = (props: any) => { return ( - +

Оценки

{props.ratings.map((release) => { return (
{ friendsCount={user.friend_count} /> )} + {!user.is_stats_hidden && ( + + )} +
+
{!user.is_stats_hidden && ( - + <> + + + )}
-
- - -
- {/* - {!user.is_stats_hidden && ( -
- -
- )} -
-
*/}
);