mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -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
|
||||
isLoading={x.isLoading as any}
|
||||
href={x.href}
|
||||
slug={x.slug}
|
||||
name={x.name!}
|
||||
subtitle={!x.isLoading ? getDisplayDate(x) : undefined}
|
||||
poster={x.poster}
|
||||
|
@ -69,6 +69,7 @@ export const WatchlistList = () => {
|
||||
<ItemGrid
|
||||
isLoading={x.isLoading as any}
|
||||
href={x.href}
|
||||
slug={x.slug}
|
||||
name={x.name!}
|
||||
subtitle={!x.isLoading ? getDisplayDate(x) : undefined}
|
||||
poster={x.poster}
|
||||
|
Loading…
x
Reference in New Issue
Block a user