Add year for the selected item in the list view
This commit is contained in:
parent
42bc4bf957
commit
b5693bfb8a
@ -10,6 +10,7 @@ export default function ListDetails(props) {
|
|||||||
<div className="show-detail affix">
|
<div className="show-detail affix">
|
||||||
<h1 className="hidden-xs">{props.data.title}</h1>
|
<h1 className="hidden-xs">{props.data.title}</h1>
|
||||||
<h3 className="visible-xs">{props.data.title}</h3>
|
<h3 className="visible-xs">{props.data.title}</h3>
|
||||||
|
<h4>{props.data.year}</h4>
|
||||||
{props.data.runtime &&
|
{props.data.runtime &&
|
||||||
<p>
|
<p>
|
||||||
<i className="fa fa-clock-o"></i>
|
<i className="fa fa-clock-o"></i>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user