Skip to content

Commit

Permalink
Update src/api/catalogueItems.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Joel Davies <[email protected]>
  • Loading branch information
joshuadkitenge and joelvdavies authored Apr 25, 2024
1 parent b98da70 commit 7806857
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/api/catalogueItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export const useCopyToCatalogueItem = (): UseMutationResult<
copyToCatalogueItem.targetCatalogueCategory
?.catalogue_item_properties;

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const properties = catalogueItem.properties.map((property) => {
const targetPropertyId = targetProperties?.find(
(targetProperty) => property.name === targetProperty.name
Expand Down

0 comments on commit 7806857

Please sign in to comment.