Skip to content

Commit 642849c

Browse files
committed
Astuce
1 parent 3eacd84 commit 642849c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Commande.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ export default ({ chosen, notChosen, composants, prixTotal }) => {
6161
<p>
6262
<em>{modes[mode]}</em>
6363
</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>
6468
{mode === 'à la main' && (
6569
<>
6670
Total : {totalPrice}

0 commit comments

Comments
 (0)