We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eacd84 commit 642849cCopy full SHA for 642849c
1 file changed
src/Commande.js
@@ -61,6 +61,10 @@ export default ({ chosen, notChosen, composants, prixTotal }) => {
61
<p>
62
<em>{modes[mode]}</em>
63
</p>
64
+ <p>
65
+ 💡 Astuce : pour vérifier que la commande est complète, vérifier bien
66
+ que le prix colle à 1€ près dans chaque panier.
67
+ </p>
68
{mode === 'à la main' && (
69
<>
70
Total : {totalPrice}€
0 commit comments