fix tests
This commit is contained in:
@@ -558,7 +558,7 @@ const FilePicker = () => {
|
||||
</CardActions>
|
||||
);
|
||||
|
||||
const allCards: JSX.Element[] = [];
|
||||
const allCards: React.JSX.Element[] = [];
|
||||
if (uploadCard) allCards.push(uploadCard);
|
||||
if (errorCards) allCards.push(errorCards);
|
||||
if (conflictCards) allCards.push(conflictCards);
|
||||
|
Reference in New Issue
Block a user