Skip to content

Commit

Permalink
fix: adds optional changing on organization request (#168)
Browse files Browse the repository at this point in the history
Co-authored-by: Arthur Andrade <[email protected]>
  • Loading branch information
ArthurTriis1 and ArthurTriis1 authored Aug 6, 2024
1 parent 7fbc20a commit 541e102
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Fixed

- Adds optional changing on organization request

## [1.33.0] - 2024-07-18

### Feat
Expand Down
2 changes: 1 addition & 1 deletion react/admin/OrganizationRequestDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ const OrganizationRequestDetails: FunctionComponent = () => {
</>
)}
{data?.getOrganizationRequestById?.defaultCostCenter?.customFields
.length > 0 && (
?.length > 0 && (
<>
<h5>
<FormattedMessage id="admin/b2b-organizations.organization-request-admin.customFieldsCostCenter" />
Expand Down

0 comments on commit 541e102

Please sign in to comment.