mirror of
https://github.com/movie-web/movie-web.git
synced 2024-12-26 04:11:50 +01:00
Make disabled episodes clickable
This commit is contained in:
parent
249f80de22
commit
58e1a17215
@ -168,9 +168,7 @@ function EpisodesView({
|
||||
return (
|
||||
<Menu.Link
|
||||
key={ep.id}
|
||||
onClick={() =>
|
||||
hasAired(ep.air_date) ? playEpisode(ep.id) : null
|
||||
}
|
||||
onClick={() => playEpisode(ep.id)}
|
||||
active={ep.id === meta?.episode?.tmdbId}
|
||||
clickable={hasAired(ep.air_date)}
|
||||
rightSide={rightSide}
|
||||
|
Loading…
Reference in New Issue
Block a user