Skip to content

Commit

Permalink
Merge pull request #440 from commercelayer/resource-address-display-name
Browse files Browse the repository at this point in the history
Add missing `displayName` on the `ResourceAddress` component
  • Loading branch information
marcomontalbano authored Nov 22, 2023
2 parents 4452ef5 + 3dc0a76 commit abac829
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,5 @@ export const ResourceAddress = withSkeletonTemplate<ResourceAddressProps>(
)
}
)

ResourceAddress.displayName = 'ResourceAddress'

0 comments on commit abac829

Please sign in to comment.