From 38ca60cf2f001c6244eab1cde53774e6dd714c8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Delattre?= Date: Thu, 26 Jan 2017 22:32:40 +0100 Subject: [PATCH] Add table hover in the show episode view --- src/public/js/components/shows/details.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`;