diff --git a/src/components/UserImport.tsx b/src/components/UserImport.tsx index 2bcf418..244268b 100644 --- a/src/components/UserImport.tsx +++ b/src/components/UserImport.tsx @@ -558,7 +558,7 @@ const FilePicker = () => { ); - const allCards: JSX.Element[] = []; + const allCards: React.JSX.Element[] = []; if (uploadCard) allCards.push(uploadCard); if (errorCards) allCards.push(errorCards); if (conflictCards) allCards.push(conflictCards);