Fix formatting.

master
Icedream 2021-01-03 18:52:55 +01:00
parent e284348c1c
commit 772ab12016
1 changed files with 11 additions and 11 deletions

View File

@ -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>