A revert à la version d'avant après la démo au prof.

This commit is contained in:
MarcEricMartel 2022-11-29 07:36:11 -08:00
parent 5ece2baea9
commit 6cc93bade0

View File

@ -177,21 +177,21 @@ const ReviewInvoice = () => {
<TotalProductsPrice
/>
</div>
{/* <Row className="invoice-buttons">
<Row className="invoice-buttons">
<Col xs={6}>
<Button className="invoice-button confirmer" onClick={handleConfirmer}>Confirmer</Button>
</Col>
<Col xs={6}>
<Button className="invoice-button modifier" onClick={handleModify}>Modifier</Button>
</Col>
</Row> */}
</Row>
</Col>
<Col xs={6} md={8}>
<ReviewProdList
/>
</Col>
</Row>
<StripeContainer cost={total} />
{/* <StripeContainer cost={total} />*/}
</>
);