From 517f4174f7df285d32cbc4c2b677a8a8fb75aec9 Mon Sep 17 00:00:00 2001 From: Stanley Pageot Date: Mon, 10 Jan 2022 15:29:45 -0800 Subject: [PATCH] fix: adjust headings/removewarehouse id --- src/pages/Units/index.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/pages/Units/index.js b/src/pages/Units/index.js index 207b2775..ae458523 100644 --- a/src/pages/Units/index.js +++ b/src/pages/Units/index.js @@ -36,12 +36,14 @@ import { } from '../../components'; const headings = [ - 'id', - 'unitStatus', - 'unitType', - 'unitCount', - 'buyer', - 'registry', + 'unitBlockStart', + 'unitBlockEnd', + 'countryJuridictionOfOwner', + 'inCountryJuridictionOfOwner', + 'intendedBuyerOrgUid', + 'tags', + 'tokenIssuanceHash', + 'marketplaceIdentifier', ]; const StyledSectionContainer = styled('div')` @@ -159,7 +161,6 @@ const Units = withRouter(() => { return climateWarehouseStore.units.map(project => _.pick(project, [ - 'warehouseUnitId', 'unitBlockStart', 'unitBlockEnd', 'countryJuridictionOfOwner',