From 9f43f24d027c4d6d6f8612d12f724f4510a37cf7 Mon Sep 17 00:00:00 2001 From: Ben Nuttall Date: Mon, 20 Apr 2020 11:26:21 +0100 Subject: [PATCH] Don't show progress bar if progress is undefined --- src/TranscriptCard/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TranscriptCard/index.js b/src/TranscriptCard/index.js index e052813..cd45290 100644 --- a/src/TranscriptCard/index.js +++ b/src/TranscriptCard/index.js @@ -208,7 +208,7 @@ const TranscriptCard = props => { Do not move away from or refresh this page until upload is complete! - + {typeof(props.progress) === 'number' ? : null} In progress