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(() => {