diff --git a/src/public/js/components/shows/details.js b/src/public/js/components/shows/details.js index 2f6d6e9..3a125dd 100644 --- a/src/public/js/components/shows/details.js +++ b/src/public/js/components/shows/details.js @@ -128,7 +128,7 @@ class Season extends React.Component { {this.state.colapsed || - +
{this.props.data.episodes.map(function(episode, index) { let key = `${episode.season}-${episode.episode}`;