From bb151ad41a1e016a2ca6a2b7a1b06e8d1563d6d6 Mon Sep 17 00:00:00 2001 From: Alex Kern Date: Fri, 27 Dec 2024 22:58:02 -0800 Subject: [PATCH] some progress --- src/components/Downloader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Downloader.tsx b/src/components/Downloader.tsx index f78cff7..1881cdf 100644 --- a/src/components/Downloader.tsx +++ b/src/components/Downloader.tsx @@ -20,7 +20,7 @@ interface FileInfo { type: string } -export function ConnectingToUploader({ showTroubleshootingAfter = 3000 }: { showTroubleshootingAfter: number }): JSX.Element { +export function ConnectingToUploader({ showTroubleshootingAfter = 3000 }: { showTroubleshootingAfter?: number }): JSX.Element { const [showTroubleshooting, setShowTroubleshooting] = useState(false) useEffect(() => {