mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-31 04:04:21 -04:00
Add missing more button on movies in the news and watchlist
This commit is contained in:
parent
5c11372543
commit
049474e4bd
@ -45,6 +45,7 @@ export const NewsList = () => {
|
|||||||
<ItemGrid
|
<ItemGrid
|
||||||
isLoading={x.isLoading as any}
|
isLoading={x.isLoading as any}
|
||||||
href={x.href}
|
href={x.href}
|
||||||
|
slug={x.slug}
|
||||||
name={x.name!}
|
name={x.name!}
|
||||||
subtitle={!x.isLoading ? getDisplayDate(x) : undefined}
|
subtitle={!x.isLoading ? getDisplayDate(x) : undefined}
|
||||||
poster={x.poster}
|
poster={x.poster}
|
||||||
|
@ -69,6 +69,7 @@ export const WatchlistList = () => {
|
|||||||
<ItemGrid
|
<ItemGrid
|
||||||
isLoading={x.isLoading as any}
|
isLoading={x.isLoading as any}
|
||||||
href={x.href}
|
href={x.href}
|
||||||
|
slug={x.slug}
|
||||||
name={x.name!}
|
name={x.name!}
|
||||||
subtitle={!x.isLoading ? getDisplayDate(x) : undefined}
|
subtitle={!x.isLoading ? getDisplayDate(x) : undefined}
|
||||||
poster={x.poster}
|
poster={x.poster}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user