mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-09 09:44:39 +00:00
frontend: update recently watched in user profile
This commit is contained in:
parent
7b9ad72ac2
commit
4f680ca717
1 changed files with 2 additions and 2 deletions
|
@ -212,7 +212,7 @@ export const UserProfile = (props) => {
|
||||||
<i>tab_recent</i>
|
<i>tab_recent</i>
|
||||||
<h5>Недавно просмотрено</h5>
|
<h5>Недавно просмотрено</h5>
|
||||||
</div>
|
</div>
|
||||||
<nav className="s12 scroll">
|
<nav className="s12 scroll padding">
|
||||||
{lastWatched.map((item) => {
|
{lastWatched.map((item) => {
|
||||||
return (
|
return (
|
||||||
<ReleaseCard
|
<ReleaseCard
|
||||||
|
@ -222,7 +222,7 @@ export const UserProfile = (props) => {
|
||||||
title={item.title_ru}
|
title={item.title_ru}
|
||||||
poster={item.image}
|
poster={item.image}
|
||||||
description={item.last_view_episode.name}
|
description={item.last_view_episode.name}
|
||||||
height={440}
|
height={400}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
})}
|
})}
|
||||||
|
|
Loading…
Add table
Reference in a new issue