fix tests

This commit is contained in:
Aine
2025-02-24 10:08:24 +02:00
parent 21fac8576f
commit 373ba87de5

View File

@@ -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);