From 780c475bec33e5c2f8b24089e80f44afc2732f36 Mon Sep 17 00:00:00 2001 From: Arturo Reyes Lopez Date: Thu, 12 Dec 2024 15:24:57 -0700 Subject: [PATCH] Code review changes. --- frontend/src/views/OtherUses/_schema.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/views/OtherUses/_schema.jsx b/frontend/src/views/OtherUses/_schema.jsx index 82e96bd37..9af82de0b 100644 --- a/frontend/src/views/OtherUses/_schema.jsx +++ b/frontend/src/views/OtherUses/_schema.jsx @@ -180,10 +180,9 @@ export const otherUsesColDefs = (optionsData, errors) => [ }, { field: 'units', - headerName: i18n.t('otherUses:units'), + headerName: i18n.t('otherUses:otherUsesColLabels.units'), cellEditor: 'agSelectCellEditor', cellEditorParams: (params) => { - console.log('cellEditorParams: ', params); const fuelType = optionsData?.fuelTypes?.find( (obj) => params.data.fuelType === obj.fuelType );