Create new tables

This commit is contained in:
Maxime Boulay
2025-05-14 06:47:24 +02:00
parent 67d61282d1
commit f90d607d9f
11 changed files with 274 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ export const HomePurchase = () => {
return (
<>
<div className='mbottom-10'>
<ProgressBar now={CO2EmissionsPurcentage} label={`${CO2EmissionsPurcentage}%`} />
<ProgressBar now={CO2EmissionsPurcentage} label={`${CO2EmissionsPurcentage.toFixed(2)}%`} />
</div>
<div style={{display: "flex"}} className="form-group">
<DatePicker dateFormat="dd/MM/yyyy" selected={startDate} className="form-control" onChange={(date) => {setStartDate(date);}} />