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
|
<TotalProductsPrice
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/* <Row className="invoice-buttons">
|
<Row className="invoice-buttons">
|
||||||
<Col xs={6}>
|
<Col xs={6}>
|
||||||
<Button className="invoice-button confirmer" onClick={handleConfirmer}>Confirmer</Button>
|
<Button className="invoice-button confirmer" onClick={handleConfirmer}>Confirmer</Button>
|
||||||
</Col>
|
</Col>
|
||||||
<Col xs={6}>
|
<Col xs={6}>
|
||||||
<Button className="invoice-button modifier" onClick={handleModify}>Modifier</Button>
|
<Button className="invoice-button modifier" onClick={handleModify}>Modifier</Button>
|
||||||
</Col>
|
</Col>
|
||||||
</Row> */}
|
</Row>
|
||||||
</Col>
|
</Col>
|
||||||
<Col xs={6} md={8}>
|
<Col xs={6} md={8}>
|
||||||
<ReviewProdList
|
<ReviewProdList
|
||||||
/>
|
/>
|
||||||
</Col>
|
</Col>
|
||||||
</Row>
|
</Row>
|
||||||
<StripeContainer cost={total} />
|
{/* <StripeContainer cost={total} />*/}
|
||||||
</>
|
</>
|
||||||
|
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user