diff --git a/src/components/UnsubmittedVideoListItem.tsx b/src/components/UnsubmittedVideoListItem.tsx index b0933f9a..ab00fa83 100644 --- a/src/components/UnsubmittedVideoListItem.tsx +++ b/src/components/UnsubmittedVideoListItem.tsx @@ -1,6 +1,6 @@ import * as React from "react"; -import Config from "../config" +import Config from "../config"; export interface UnsubmittedVideosListItemProps { videoID: string; @@ -54,10 +54,10 @@ class UnsubmittedVideoListItem extends React.Component