diff --git a/frontend/app/components/UserProfile/UserProfile.jsx b/frontend/app/components/UserProfile/UserProfile.jsx index 5977857..8cfc3dd 100644 --- a/frontend/app/components/UserProfile/UserProfile.jsx +++ b/frontend/app/components/UserProfile/UserProfile.jsx @@ -221,7 +221,10 @@ export const UserProfile = (props) => { id={item.id} title={item.title_ru} poster={item.image} - description={item.last_view_episode.name} + description={ + item.last_view_episode.name || + `${item.last_view_episode.position + 1} серия` + } height={400} /> );