Add year for the selected item in the list view

This commit is contained in:
Grégoire Delattre 2017-01-29 19:32:29 +01:00
parent 42bc4bf957
commit b5693bfb8a

View File

@ -10,6 +10,7 @@ export default function ListDetails(props) {
<div className="show-detail affix">
<h1 className="hidden-xs">{props.data.title}</h1>
<h3 className="visible-xs">{props.data.title}</h3>
<h4>{props.data.year}</h4>
{props.data.runtime &&
<p>
<i className="fa fa-clock-o"></i>