From 772ab1201615645fc4bd7b6823691ba993769c48 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Sun, 3 Jan 2021 18:52:55 +0100 Subject: [PATCH] Fix formatting. --- frontend/components/VideoList.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/frontend/components/VideoList.tsx b/frontend/components/VideoList.tsx index 74e9f41..487aaf1 100644 --- a/frontend/components/VideoList.tsx +++ b/frontend/components/VideoList.tsx @@ -77,17 +77,17 @@ class VideoList extends React.Component { }, refIndex: index, }) => ( - - ))} + + ))} />