Fix formatting.
parent
e284348c1c
commit
772ab12016
|
@ -77,17 +77,17 @@ class VideoList extends React.Component<VideoListProps, VideoListState> {
|
||||||
},
|
},
|
||||||
refIndex: index,
|
refIndex: index,
|
||||||
}) => (
|
}) => (
|
||||||
<VideoListItem
|
<VideoListItem
|
||||||
key={index}
|
key={index}
|
||||||
duration={duration}
|
duration={duration}
|
||||||
id={id}
|
id={id}
|
||||||
thumbnailServerURL={thumbnailServerURL}
|
thumbnailServerURL={thumbnailServerURL}
|
||||||
fileName={fileName}
|
fileName={fileName}
|
||||||
title={title}
|
title={title}
|
||||||
sourceVideoStart={sourceVideoStart}
|
sourceVideoStart={sourceVideoStart}
|
||||||
sourceVideoEnd={sourceVideoEnd}
|
sourceVideoEnd={sourceVideoEnd}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
/>
|
/>
|
||||||
</ListGroup>
|
</ListGroup>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue