mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-06 00:04: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>
|
||||
<h5>Недавно просмотрено</h5>
|
||||
</div>
|
||||
<nav className="s12 scroll">
|
||||
<nav className="s12 scroll padding">
|
||||
{lastWatched.map((item) => {
|
||||
return (
|
||||
<ReleaseCard
|
||||
|
@ -222,7 +222,7 @@ export const UserProfile = (props) => {
|
|||
title={item.title_ru}
|
||||
poster={item.image}
|
||||
description={item.last_view_episode.name}
|
||||
height={440}
|
||||
height={400}
|
||||
/>
|
||||
);
|
||||
})}
|
||||
|
|
Loading…
Add table
Reference in a new issue