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