A revert à la version d'avant après la démo au prof.
This commit is contained in:
parent
5ece2baea9
commit
6cc93bade0
@ -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} />*/}
|
||||
</>
|
||||
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user