diff --git a/src/TranscriptRow/index.js b/src/TranscriptRow/index.js index 3404019..92f7ad6 100644 --- a/src/TranscriptRow/index.js +++ b/src/TranscriptRow/index.js @@ -15,7 +15,6 @@ import { faEllipsisV, faCheckCircle, faHourglassEnd, - faTimes } from '@fortawesome/free-solid-svg-icons'; const TranscriptRow = (props) => { @@ -33,10 +32,6 @@ const TranscriptRow = (props) => { props.handleEditItem(props.id); }; - const handleCancelUpload = () => { - props.handleCancelItemUpload(props.id); - }; - const HeaderRow = ({ children }) => { return ( @@ -134,7 +129,7 @@ const TranscriptRow = (props) => { This file will be automatically deleted after 60 days. {typeof props.progress === 'number' ? ( - +
Uploading... { />
- - -
) : null}