diff --git a/frontend/src/components/Jeu.jsx b/frontend/src/components/Jeu.jsx index 28288de..77371d7 100644 --- a/frontend/src/components/Jeu.jsx +++ b/frontend/src/components/Jeu.jsx @@ -57,7 +57,7 @@ function Jeu() { () => getPotion(selectedPotion), [selectedPotion] ); - console.info(potionSelected); + const ingredientsPotion = potionSelected?.attributes.ingredients.split(","); let wrongIngredients = [];