Add missing more button on movies in the news and watchlist

This commit is contained in:
Zoe Roux 2024-01-29 17:35:22 +01:00
parent 5c11372543
commit 049474e4bd
2 changed files with 2 additions and 0 deletions

View File

@ -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}

View File

@ -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}