Ajout du nom dans le UI

This commit is contained in:
Victor Turgeon
2022-12-08 18:25:49 -05:00
parent 7f252bc030
commit a8c62a86ab
3 changed files with 21 additions and 4 deletions

View File

@@ -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} />
</>
);