Create new tables
This commit is contained in:
@@ -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);}} />
|
||||
|
||||
Reference in New Issue
Block a user