Skip to content

Commit

Permalink
fix: adjust headings/removewarehouse id
Browse files Browse the repository at this point in the history
  • Loading branch information
SPageot committed Jan 10, 2022
1 parent f649c74 commit 517f417
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions src/pages/Units/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')`
Expand Down Expand Up @@ -159,7 +161,6 @@ const Units = withRouter(() => {

return climateWarehouseStore.units.map(project =>
_.pick(project, [
'warehouseUnitId',
'unitBlockStart',
'unitBlockEnd',
'countryJuridictionOfOwner',
Expand Down

0 comments on commit 517f417

Please sign in to comment.