Skip to content

Commit

Permalink
fix: units should not display objects in datatable
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstefanequilobe committed Feb 16, 2022
1 parent f92c684 commit 462bc57
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/pages/Units/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ const Units = withRouter(({ setPendingError }) => {
'serialNumberBlock',
'serialNumberPattern',
'vintageYear',
'issuance',
'labels',
'marketplace',
'marketplaceLink',
'marketplaceIdentifier',
Expand Down Expand Up @@ -387,7 +385,8 @@ const Units = withRouter(({ setPendingError }) => {
} else {
setPendingError(true);
}
}}>
}}
>
<FormattedMessage id="create-one-now" />
</StyledCreateOneNowContainer>
</>
Expand Down

0 comments on commit 462bc57

Please sign in to comment.