Skip to content

Commit

Permalink
retrait console.info
Browse files Browse the repository at this point in the history
  • Loading branch information
MORGANE DEBARGE committed Nov 8, 2023
1 parent edd96ab commit 7fabc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Jeu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function Jeu() {
() => getPotion(selectedPotion),
[selectedPotion]
);
console.info(potionSelected);

const ingredientsPotion = potionSelected?.attributes.ingredients.split(",");

let wrongIngredients = [];
Expand Down

0 comments on commit 7fabc48

Please sign in to comment.