Ajout du nom dans le UI
This commit is contained in:
@@ -178,10 +178,10 @@ const ReviewInvoice = () => {
|
||||
/>
|
||||
</div>
|
||||
<Row className="invoice-buttons">
|
||||
<Col xs={6}>
|
||||
{/* <Col xs={6}>
|
||||
<Button className="invoice-button confirmer" onClick={handleConfirmer}>Confirmer</Button>
|
||||
</Col>
|
||||
<Col xs={6}>
|
||||
</Col> */}
|
||||
<Col xs={12}>
|
||||
<Button className="invoice-button modifier" onClick={handleModify}>Modifier</Button>
|
||||
</Col>
|
||||
</Row>
|
||||
@@ -191,7 +191,7 @@ const ReviewInvoice = () => {
|
||||
/>
|
||||
</Col>
|
||||
</Row>
|
||||
{/* <StripeContainer cost={total} />*/}
|
||||
<StripeContainer cost={total} />
|
||||
</>
|
||||
|
||||
);
|
||||
|
Reference in New Issue
Block a user