Skip to content

Commit

Permalink
Remove units from production profiles and co2 tab (#1223)
Browse files Browse the repository at this point in the history
  • Loading branch information
taustad authored Jul 11, 2024
1 parent 7ecbe6e commit 3c59362
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,6 @@ const CaseProductionProfilesTab = () => {
setEndYear={setEndYear}
startYear={startYear}
endYear={endYear}
labelText="Units"
labelValue={datePickerValue}
handleTableYearsClick={handleTableYearsClick}
/>
<Grid item xs={12}>
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/Components/Case/Tabs/Co2Emissions/CaseCO2Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,6 @@ const CaseCO2Tab = () => {
endYear={endYear}
setStartYear={setStartYear}
setEndYear={setEndYear}
labelText="Units"
labelValue={datePickerValue}
handleTableYearsClick={handleTableYearsClick}
/>
<Grid item xs={12}>
Expand Down

0 comments on commit 3c59362

Please sign in to comment.